Lines Matching refs:hwhdr
382 req_idx = le16_to_cpu(mr->u.frame.hwhdr.msgctxu.fld.req_idx); in mpt_interrupt()
383 cb_idx = mr->u.frame.hwhdr.msgctxu.fld.cb_idx; in mpt_interrupt()
831 mf->u.frame.hwhdr.msgctxu.fld.cb_idx = handle; /* byte */ in mpt_get_msg_frame()
834 mf->u.frame.hwhdr.msgctxu.fld.req_idx = in mpt_get_msg_frame()
836 mf->u.frame.hwhdr.msgctxu.fld.rsvd = 0; in mpt_get_msg_frame()
880 mf->u.frame.hwhdr.msgctxu.fld.cb_idx = handle; /* byte */ in mpt_put_msg_frame()
883 mf->u.frame.hwhdr.msgctxu.fld.req_idx = cpu_to_le16(req_offset / iocp->req_sz); in mpt_put_msg_frame()
884 mf->u.frame.hwhdr.msgctxu.fld.rsvd = 0; in mpt_put_msg_frame()
888 u32 *m = mf->u.frame.hwhdr.__hdr; in mpt_put_msg_frame()
1046 mf->u.frame.hwhdr.msgctxu.fld.req_idx = cpu_to_le16(ii); in mpt_send_handshake_request()
1047 mf->u.frame.hwhdr.msgctxu.fld.cb_idx = handle; in mpt_send_handshake_request()