Searched refs:r_ctl (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_elsct.c50 enum fc_rctl r_ctl; local
56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
H A Dfc_libfc.c161 * @r_ctl: R_CTL value for header
167 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset)
190 fh->fh_r_ctl = r_ctl;
219 * @r_ctl: R_CTL value for reply
223 enum fc_rctl r_ctl, u32 parm_offset)
230 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset);
166 fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) argument
222 fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 parm_offset) argument
H A Dfc_fcp.c748 u8 r_ctl; local
757 r_ctl = fh->fh_r_ctl;
772 if (r_ctl == FC_RCTL_DD_DATA_DESC) {
786 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) {
794 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) {
799 FC_FCP_DBG(fsp, "unexpected frame. r_ctl %x\n", r_ctl);
1448 enum fc_rctl r_ctl; local
1522 r_ctl = FC_RCTL_DD_CMD_STATUS;
1524 r_ctl
1638 fc_fcp_srr(struct fc_fcp_pkt *fsp, enum fc_rctl r_ctl, u32 offset) argument
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c377 enum fc_rctl r_ctl; local
515 r_ctl = FC_RCTL_DD_CMD_STATUS;
521 r_ctl = FC_RCTL_DD_DATA_DESC;
523 offset, r_ctl))
533 r_ctl = FC_RCTL_DD_CMD_STATUS;
541 r_ctl = FC_RCTL_DD_SOL_DATA;
543 offset, r_ctl))
557 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
617 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) argument
643 srr.srr_r_ctl = r_ctl;
[all...]
H A Dbnx2fc_io.c939 enum fc_rctl r_ctl)
992 cb_arg->r_ctl = r_ctl;
1276 enum fc_rctl r_ctl = cb_arg->r_ctl; local
1291 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
1321 u32 r_ctl; local
1354 r_ctl = (u8)task->rxwr_only.union_ctx.comp_info.abts_rsp.r_ctl;
1356 switch (r_ctl) {
938 bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, enum fc_rctl r_ctl) argument
[all...]
H A Dbnx2fc.h373 enum fc_rctl r_ctl; member in struct:bnx2fc_els_cb_arg
547 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
552 enum fc_rctl r_ctl);
H A D57xx_hsi_bnx2fc.h73 u8 r_ctl; member in struct:fcoe_abts_rsp_union
161 u8 r_ctl; member in struct:fcoe_fc_hdr
/drivers/scsi/bfa/
H A Dbfa_fc.h1040 u32 r_ctl:8; member in struct:fc_vft_s
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2388 u8 r_ctl; member in struct:fcoe_abts_rsp_union
2476 u8 r_ctl; member in struct:fcoe_fc_hdr
/drivers/scsi/qla2xxx/
H A Dqla_def.h1581 uint8_t r_ctl; member in struct:__anon4893

Completed in 231 milliseconds