/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_elsct.c | 50 enum fc_rctl r_ctl; in fc_elsct_send() local 56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send() 59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send() 67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
|
D | fc_libfc.c | 167 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 190 fh->fh_r_ctl = r_ctl; in fc_fill_hdr() 223 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument 230 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
|
D | fc_fcp.c | 795 u8 r_ctl; in fc_fcp_recv() local 804 r_ctl = fh->fh_r_ctl; in fc_fcp_recv() 808 lport->state, r_ctl); in fc_fcp_recv() 820 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl); in fc_fcp_recv() 824 if (r_ctl == FC_RCTL_DD_DATA_DESC) { in fc_fcp_recv() 838 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) { in fc_fcp_recv() 846 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) { in fc_fcp_recv() 851 FC_FCP_DBG(fsp, "unexpected frame. r_ctl %x\n", r_ctl); in fc_fcp_recv() 1529 enum fc_rctl r_ctl; in fc_fcp_rec_resp() local 1608 r_ctl = FC_RCTL_DD_CMD_STATUS; in fc_fcp_rec_resp() [all …]
|
/Linux-v4.19/include/scsi/ |
D | fc_encode.h | 55 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() argument 59 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr() 60 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr() 73 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument 80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr() 133 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill() argument 201 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ns_fill() 217 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill() argument 495 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ms_fill() 511 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill() argument [all …]
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_els.c | 565 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument 619 srr.srr_r_ctl = r_ctl; in qedf_send_srr() 640 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument 666 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup() 701 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl() 785 enum fc_rctl r_ctl; in qedf_rec_compl() local 878 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 884 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl() 895 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 905 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl() [all …]
|
D | qedf_hsi.h | 31 u8 r_ctl /* R_CTL in the ABTS response frame */; member
|
D | qedf_io.c | 739 task_fc_hdr.r_ctl = fc_hdr->fh_r_ctl; in qedf_init_mp_task() 1648 uint32_t r_ctl; in qedf_process_abts_compl() local 1657 r_ctl = cqe->cqe_info.abts_info.r_ctl; in qedf_process_abts_compl() 1659 switch (r_ctl) { in qedf_process_abts_compl()
|
D | qedf.h | 84 u8 r_ctl; /* Used for sequence cleanup */ member
|
/Linux-v4.19/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_io.c | 930 enum fc_rctl r_ctl) in bnx2fc_initiate_seq_cleanup() argument 983 cb_arg->r_ctl = r_ctl; in bnx2fc_initiate_seq_cleanup() 1288 enum fc_rctl r_ctl = cb_arg->r_ctl; in bnx2fc_process_seq_cleanup_compl() local 1303 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl() 1333 u32 r_ctl; in bnx2fc_process_abts_compl() local 1366 r_ctl = (u8)task->rxwr_only.union_ctx.comp_info.abts_rsp.r_ctl; in bnx2fc_process_abts_compl() 1368 switch (r_ctl) { in bnx2fc_process_abts_compl()
|
D | bnx2fc.h | 411 enum fc_rctl r_ctl; member 585 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl); 590 enum fc_rctl r_ctl);
|
D | 57xx_hsi_bnx2fc.h | 87 u8 r_ctl; member 175 u8 r_ctl; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nvme.h | 124 uint8_t r_ctl; member
|
D | qla_target.h | 262 uint8_t r_ctl; member 278 uint8_t r_ctl; member
|
D | qla_def.h | 2071 uint8_t r_ctl; member
|
D | qla_target.c | 1775 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp() 1782 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
|
/Linux-v4.19/include/linux/qed/ |
D | fcoe_common.h | 94 u8 r_ctl; member
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fc.h | 1046 u32 r_ctl:8; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2389 u8 r_ctl; member 2477 u8 r_ctl; member
|