HomeSort by: relevance | last modified time | path
    Searched defs:f_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mpt.c 504 MSG_IOC_FACTS f_req; local in function:mpt_get_iocfacts
507 memset(&f_req, 0, sizeof f_req);
508 f_req.Function = MPI_FUNCTION_IOC_FACTS;
509 f_req.MsgContext = htole32(0x12071942);
510 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
520 MSG_PORT_FACTS f_req; local in function:mpt_get_portfacts
524 memset(&f_req, 0, sizeof f_req);
    [all...]
mpt.c 504 MSG_IOC_FACTS f_req; local in function:mpt_get_iocfacts
507 memset(&f_req, 0, sizeof f_req);
508 f_req.Function = MPI_FUNCTION_IOC_FACTS;
509 f_req.MsgContext = htole32(0x12071942);
510 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
520 MSG_PORT_FACTS f_req; local in function:mpt_get_portfacts
524 memset(&f_req, 0, sizeof f_req);
    [all...]

Completed in 21 milliseconds