Searched refs:fld (Results 1 – 6 of 6) sorted by relevance
26 n = split( $0, fld, " " )27 action = fld[ n-1 ]28 newstate = fld[ n ]
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()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()
738 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_io_done()2499 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_qcmd()3954 req_index = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in copy_sense_data()4119 u16 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in post_pendingQ_commands()5433 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_writeSDP1()5523 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_writeIOCPage4()5646 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_scandv_complete()6066 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_do_cmd()
230 } fld; member
324 req_index = le16_to_cpu(req->u.frame.hwhdr.msgctxu.fld.req_idx); in mptctl_reply()1915 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptctl_do_mpt_command()
379 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld) argument