/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A 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()
|
H A D | fc_libfc.c | 149 * @r_ctl: R_CTL value for header 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() 178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr() 207 * @r_ctl: R_CTL value for reply 211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() 218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr() 154 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) fc_fill_hdr() argument 210 fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 parm_offset) fc_fill_reply_hdr() argument
|
H A D | fc_fcp.c | 789 u8 r_ctl; in fc_fcp_recv() local 798 r_ctl = fh->fh_r_ctl; in fc_fcp_recv() 801 FC_FCP_DBG(fsp, "lport state %d, ignoring r_ctl %x\n", in fc_fcp_recv() 802 lport->state, r_ctl); in fc_fcp_recv() 814 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl); in fc_fcp_recv() 818 if (r_ctl == FC_RCTL_DD_DATA_DESC) { in fc_fcp_recv() 832 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) { in fc_fcp_recv() 840 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) { in fc_fcp_recv() 845 FC_FCP_DBG(fsp, "unexpected frame. r_ctl in fc_fcp_recv() 1523 enum fc_rctl r_ctl; fc_fcp_rec_resp() local 1724 fc_fcp_srr(struct fc_fcp_pkt *fsp, enum fc_rctl r_ctl, u32 offset) fc_fcp_srr() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A 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()
|
H A D | fc_libfc.c | 149 * @r_ctl: R_CTL value for header 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() 178 fh->fh_r_ctl = r_ctl; in fc_fill_hdr() 207 * @r_ctl: R_CTL value for reply 211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() 218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr() 154 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) fc_fill_hdr() argument 210 fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 parm_offset) fc_fill_reply_hdr() argument
|
H A D | fc_fcp.c | 779 u8 r_ctl; in fc_fcp_recv() local 788 r_ctl = fh->fh_r_ctl; in fc_fcp_recv() 791 FC_FCP_DBG(fsp, "lport state %d, ignoring r_ctl %x\n", in fc_fcp_recv() 792 lport->state, r_ctl); in fc_fcp_recv() 804 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl); in fc_fcp_recv() 808 if (r_ctl == FC_RCTL_DD_DATA_DESC) { in fc_fcp_recv() 822 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) { in fc_fcp_recv() 830 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) { in fc_fcp_recv() 835 FC_FCP_DBG(fsp, "unexpected frame. r_ctl in fc_fcp_recv() 1513 enum fc_rctl r_ctl; fc_fcp_rec_resp() local 1714 fc_fcp_srr(struct fc_fcp_pkt *fsp, enum fc_rctl r_ctl, u32 offset) fc_fcp_srr() argument [all...] |
H A D | fc_encode.h | 88 * @r_ctl: pointer to FC header R_CTL. 93 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill() 161 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ns_fill() 182 * @r_ctl: pointer to FC header R_CTL. 187 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill() 707 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ms_fill() 718 * @r_ctl: pointer to FC header R_CTL. 723 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill() 730 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill() 735 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_typ in fc_ct_fill() 91 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ns_fill() argument 185 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ms_fill() argument 721 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) fc_ct_fill() argument 901 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_els_fill() argument [all...] |
/kernel/linux/linux-6.6/include/scsi/ |
H A D | fc_frame.h | 250 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() 254 WARN_ON(r_ctl == 0); in __fc_fill_fc_hdr() 255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr() 268 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument 275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr() 249 __fc_fill_fc_hdr(struct fc_frame_header *fh, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) __fc_fill_fc_hdr() argument
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_encode.h | 43 enum fc_rctl r_ctl, in __fc_fill_fc_hdr() 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() 116 * @r_ctl: pointer to FC header R_CTL. 121 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill() 189 *r_ctl = FC_RCTL_DD_UNSOL_CTL; in fc_ct_ns_fill() 200 * @r_ctl: pointer to FC header R_CTL. 205 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill() 42 __fc_fill_fc_hdr(struct fc_frame_header *fh, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) __fc_fill_fc_hdr() argument 119 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ns_fill() argument 203 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_ct_ms_fill() argument 497 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) fc_ct_fill() argument 677 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) fc_els_fill() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument 676 srr.srr_r_ctl = r_ctl; in qedf_send_srr() 697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() 723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup() 761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl() 845 enum fc_rctl r_ctl; in qedf_rec_compl() local 949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl() 966 r_ctl in qedf_rec_compl() 696 qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_initiate_seq_cleanup() argument [all...] |
H A D | qedf_hsi.h | 28 u8 r_ctl /* R_CTL in the ABTS response frame */; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument 676 srr.srr_r_ctl = r_ctl; in qedf_send_srr() 697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() 723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup() 761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl() 845 enum fc_rctl r_ctl; in qedf_rec_compl() local 949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl() 955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl() 966 r_ctl in qedf_rec_compl() 696 qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) qedf_initiate_seq_cleanup() argument [all...] |
H A D | qedf_hsi.h | 28 u8 r_ctl /* R_CTL in the ABTS response frame */; member
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A 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...] |
H A D | bnx2fc_io.c | 931 enum fc_rctl r_ctl) in bnx2fc_initiate_seq_cleanup() 982 cb_arg->r_ctl = r_ctl; in bnx2fc_initiate_seq_cleanup() 1293 enum fc_rctl r_ctl = cb_arg->r_ctl; in bnx2fc_process_seq_cleanup_compl() local 1308 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_process_seq_cleanup_compl() 1357 u32 r_ctl; in bnx2fc_process_abts_compl() local 1400 r_ctl = (u8)task->rxwr_only.union_ctx.comp_info.abts_rsp.r_ctl; in bnx2fc_process_abts_compl() 1402 switch (r_ctl) { in bnx2fc_process_abts_compl() 930 bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, enum fc_rctl r_ctl) bnx2fc_initiate_seq_cleanup() argument [all...] |
H A D | bnx2fc.h | 412 enum fc_rctl r_ctl; member 594 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl); 599 enum fc_rctl r_ctl);
|
H A D | 57xx_hsi_bnx2fc.h | 87 u8 r_ctl; member 175 u8 r_ctl; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A 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...] |
H A D | bnx2fc_io.c | 929 enum fc_rctl r_ctl) in bnx2fc_initiate_seq_cleanup() 980 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() 928 bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, enum fc_rctl r_ctl) bnx2fc_initiate_seq_cleanup() argument [all...] |
H A D | bnx2fc.h | 409 enum fc_rctl r_ctl; member 598 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl); 603 enum fc_rctl r_ctl);
|
H A D | 57xx_hsi_bnx2fc.h | 87 u8 r_ctl; member 175 u8 r_ctl; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.h | 117 uint8_t r_ctl; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.h | 125 uint8_t r_ctl; member
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_unsol.c | 223 enum fc_rctl r_ctl, u32 f_ctl, in efct_sframe_common_send() 240 hdr.fh_r_ctl = r_ctl; in efct_sframe_common_send() 221 efct_sframe_common_send(struct efct_node *node, struct efc_hw_sequence *seq, enum fc_rctl r_ctl, u32 f_ctl, u8 type, void *payload, u32 payload_len) efct_sframe_common_send() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_els.c | 909 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ; in efc_ns_send_rftid() 946 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ; in efc_ns_send_rffid() 986 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ; in efc_ns_send_gidpt() 1061 els->io.iparam.ct.r_ctl = 3; in efc_send_ct_rsp()
|