Lines Matching refs:f_req
1512 MSG_IOC_FACTS f_req; in mpt_get_iocfacts() local
1515 memset(&f_req, 0, sizeof f_req); in mpt_get_iocfacts()
1516 f_req.Function = MPI_FUNCTION_IOC_FACTS; in mpt_get_iocfacts()
1517 f_req.MsgContext = htole32(MPT_REPLY_HANDLER_HANDSHAKE); in mpt_get_iocfacts()
1518 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); in mpt_get_iocfacts()
1529 MSG_PORT_FACTS f_req; in mpt_get_portfacts() local
1532 memset(&f_req, 0, sizeof f_req); in mpt_get_portfacts()
1533 f_req.Function = MPI_FUNCTION_PORT_FACTS; in mpt_get_portfacts()
1534 f_req.PortNumber = port; in mpt_get_portfacts()
1535 f_req.MsgContext = htole32(MPT_REPLY_HANDLER_HANDSHAKE); in mpt_get_portfacts()
1536 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); in mpt_get_portfacts()