Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_elsct.c38 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 Dfc_libfc.c149 * @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 Dfc_fcp.c789 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 Dfc_elsct.c38 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 Dfc_libfc.c149 * @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 Dfc_fcp.c779 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 Dfc_encode.h88 * @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 Dfc_frame.h250 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 Dfc_encode.h43 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 Dqedf_els.c623 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 Dqedf_hsi.h28 u8 r_ctl /* R_CTL in the ABTS response frame */; member
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_els.c623 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 Dqedf_hsi.h28 u8 r_ctl /* R_CTL in the ABTS response frame */; member
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c386 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 Dbnx2fc_io.c931 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 Dbnx2fc.h412 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 D57xx_hsi_bnx2fc.h87 u8 r_ctl; member
175 u8 r_ctl; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c386 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 Dbnx2fc_io.c929 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 Dbnx2fc.h409 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 D57xx_hsi_bnx2fc.h87 u8 r_ctl; member
175 u8 r_ctl; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nvme.h117 uint8_t r_ctl; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_nvme.h125 uint8_t r_ctl; member
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.c223 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 Defc_els.c909 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()

Completed in 27 milliseconds

12