| /Linux-v5.4/drivers/scsi/libfc/ |
| D | fc_elsct.c | 38 enum fc_rctl r_ctl; in fc_elsct_send() local 44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send() 47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send() 55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
|
| D | fc_libfc.c | 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr() 211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument 218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
|
| D | fc_fcp.c | 783 u8 r_ctl; in fc_fcp_recv() local 792 r_ctl = fh->fh_r_ctl; in fc_fcp_recv() 796 lport->state, r_ctl); in fc_fcp_recv() 808 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl); in fc_fcp_recv() 812 if (r_ctl == FC_RCTL_DD_DATA_DESC) { in fc_fcp_recv() 826 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) { in fc_fcp_recv() 834 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) { in fc_fcp_recv() 839 FC_FCP_DBG(fsp, "unexpected frame. r_ctl %x\n", r_ctl); in fc_fcp_recv() 1517 enum fc_rctl r_ctl; in fc_fcp_rec_resp() local 1596 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp() [all …]
|
| /Linux-v5.4/include/scsi/ |
| D | fc_encode.h | 43 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() argument 47 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr() 48 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr() 61 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument 68 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr() 121 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill() argument 189 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ns_fill() 205 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill() argument 483 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ms_fill() 499 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill() argument [all …]
|
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_els.c | 608 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument 661 srr.srr_r_ctl = r_ctl; in qedf_send_srr() 682 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument 708 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup() 746 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl() 830 enum fc_rctl r_ctl; in qedf_rec_compl() local 929 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 935 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl() 946 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 956 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl() [all …]
|
| D | qedf_hsi.h | 28 u8 r_ctl /* R_CTL in the ABTS response frame */; member
|
| D | qedf_io.c | 729 task_fc_hdr.r_ctl = fc_hdr->fh_r_ctl; in qedf_init_mp_task() 1938 uint32_t r_ctl; in qedf_process_abts_compl() local 1947 r_ctl = cqe->cqe_info.abts_info.r_ctl; in qedf_process_abts_compl() 1977 switch (r_ctl) { in qedf_process_abts_compl()
|
| D | qedf.h | 79 u8 r_ctl; /* Used for sequence cleanup */ member
|
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | bnx2fc_els.c | 386 enum fc_rctl r_ctl; in bnx2fc_rec_compl() local 522 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl() 528 r_ctl = FC_RCTL_DD_DATA_DESC; in bnx2fc_rec_compl() 530 offset, r_ctl)) in bnx2fc_rec_compl() 540 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl() 548 r_ctl = FC_RCTL_DD_SOL_DATA; in bnx2fc_rec_compl() 550 offset, r_ctl)) in bnx2fc_rec_compl() 564 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_rec_compl() 624 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) in bnx2fc_send_srr() argument 650 srr.srr_r_ctl = r_ctl; in bnx2fc_send_srr() [all …]
|
| D | bnx2fc.h | 412 enum fc_rctl r_ctl; member 589 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl); 594 enum fc_rctl r_ctl);
|
| D | bnx2fc_io.c | 931 enum fc_rctl r_ctl) in bnx2fc_initiate_seq_cleanup() argument 982 cb_arg->r_ctl = r_ctl; in bnx2fc_initiate_seq_cleanup() 1291 enum fc_rctl r_ctl = cb_arg->r_ctl; in bnx2fc_process_seq_cleanup_compl() local 1306 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl() 1355 u32 r_ctl; in bnx2fc_process_abts_compl() local 1398 r_ctl = (u8)task->rxwr_only.union_ctx.comp_info.abts_rsp.r_ctl; in bnx2fc_process_abts_compl() 1400 switch (r_ctl) { in bnx2fc_process_abts_compl()
|
| D | 57xx_hsi_bnx2fc.h | 87 u8 r_ctl; member 175 u8 r_ctl; member
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_nvme.h | 120 uint8_t r_ctl; member
|
| D | qla_target.h | 249 uint8_t r_ctl; member 265 uint8_t r_ctl; member
|
| D | qla_target.c | 1774 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb() 1781 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb() 1849 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp() 1856 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
|
| D | qla_def.h | 2132 uint8_t r_ctl; member
|
| /Linux-v5.4/include/linux/qed/ |
| D | fcoe_common.h | 91 u8 r_ctl; member
|
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfa_fc.h | 1038 u32 r_ctl:8; member
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | cnic_defs.h | 2389 u8 r_ctl; member 2477 u8 r_ctl; member
|