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

12

/linux-master/drivers/scsi/libfc/
H A Dfc_elsct.c38 enum fc_rctl r_ctl; local
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
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)
178 fh->fh_r_ctl = r_ctl;
207 * @r_ctl: R_CTL value for reply
211 enum fc_rctl r_ctl, u32 parm_offset)
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset);
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) argument
210 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.c779 u8 r_ctl; local
788 r_ctl = fh->fh_r_ctl;
791 FC_FCP_DBG(fsp, "lport state %d, ignoring r_ctl %x\n",
792 lport->state, r_ctl);
804 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl);
808 if (r_ctl == FC_RCTL_DD_DATA_DESC) {
822 } else if (r_ctl == FC_RCTL_DD_SOL_DATA) {
830 } else if (r_ctl == FC_RCTL_DD_CMD_STATUS) {
835 FC_FCP_DBG(fsp, "unexpected frame. r_ctl
1513 enum fc_rctl r_ctl; local
1714 fc_fcp_srr(struct fc_fcp_pkt *fsp, enum fc_rctl r_ctl, u32 offset) argument
[all...]
H A Dfc_encode.h88 * @r_ctl: pointer to FC header R_CTL.
93 unsigned int op, enum fc_rctl *r_ctl,
163 *r_ctl = FC_RCTL_DD_UNSOL_CTL;
184 * @r_ctl: pointer to FC header R_CTL.
189 unsigned int op, enum fc_rctl *r_ctl,
709 *r_ctl = FC_RCTL_DD_UNSOL_CTL;
720 * @r_ctl: pointer to FC header R_CTL.
725 unsigned int op, enum fc_rctl *r_ctl,
732 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type);
737 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_typ
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) argument
187 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) argument
723 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) argument
903 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) argument
[all...]
/linux-master/include/scsi/
H A Dfc_frame.h250 enum fc_rctl r_ctl,
254 WARN_ON(r_ctl == 0);
255 fh->fh_r_ctl = r_ctl;
268 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, argument
275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset);
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) argument
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) argument
676 srr.srr_r_ctl = r_ctl;
697 u32 offset, u8 r_ctl)
723 cb_arg->r_ctl = r_ctl;
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl);
845 enum fc_rctl r_ctl; local
949 r_ctl = FC_RCTL_DD_CMD_STATUS;
955 r_ctl = FC_RCTL_DD_DATA_DESC;
966 r_ctl
696 qedf_initiate_seq_cleanup(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) argument
[all...]
H A Dqedf_hsi.h28 u8 r_ctl /* R_CTL in the ABTS response frame */; member in struct:fcoe_abts_info
H A Dqedf.h76 u8 r_ctl; /* Used for sequence cleanup */ member in struct:qedf_els_cb_arg
H A Dqedf_io.c725 task_fc_hdr.r_ctl = fc_hdr->fh_r_ctl;
1960 uint32_t r_ctl; local
1967 r_ctl = cqe->cqe_info.abts_info.r_ctl;
1997 switch (r_ctl) {
2545 "Processing Unsolicated frame, src=%06x dest=%06x r_ctl=0x%x type=0x%x cmd=%02x\n",
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c386 enum fc_rctl r_ctl; local
522 r_ctl = FC_RCTL_DD_CMD_STATUS;
528 r_ctl = FC_RCTL_DD_DATA_DESC;
530 offset, r_ctl))
540 r_ctl = FC_RCTL_DD_CMD_STATUS;
548 r_ctl = FC_RCTL_DD_SOL_DATA;
550 offset, r_ctl))
564 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
624 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) argument
650 srr.srr_r_ctl = r_ctl;
[all...]
H A Dbnx2fc_io.c925 enum fc_rctl r_ctl)
976 cb_arg->r_ctl = r_ctl;
1294 enum fc_rctl r_ctl = cb_arg->r_ctl; local
1309 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
1358 u32 r_ctl; local
1401 r_ctl = (u8)task->rxwr_only.union_ctx.comp_info.abts_rsp.r_ctl;
1403 switch (r_ctl) {
924 bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset, enum fc_rctl r_ctl) argument
[all...]
H A Dbnx2fc.h410 enum fc_rctl r_ctl; member in struct:bnx2fc_els_cb_arg
599 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl);
604 enum fc_rctl r_ctl);
H A D57xx_hsi_bnx2fc.h87 u8 r_ctl; member in struct:fcoe_abts_rsp_union
175 u8 r_ctl; member in struct:fcoe_fc_hdr
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.h125 uint8_t r_ctl; member in struct:pt_ls4_rx_unsol
H A Dqla_target.h254 uint8_t r_ctl; member in struct:fcp_hdr
270 uint8_t r_ctl; member in struct:fcp_hdr_le
H A Dqla_fw.h755 uint8_t r_ctl; member in struct:purex_entry_24xx
1050 uint8_t r_ctl; member in struct:abts_entry_24xx
H A Dqla_target.c1828 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC;
1835 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT;
1903 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC;
1910 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT;
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c223 enum fc_rctl r_ctl, u32 f_ctl,
240 hdr.fh_r_ctl = r_ctl;
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) argument
/linux-master/drivers/scsi/elx/libefc/
H A Defc_els.c909 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ;
946 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ;
986 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ;
1061 els->io.iparam.ct.r_ctl = 3;
H A Defclib.h457 u8 r_ctl; member in struct:efc_io_ct_params
/linux-master/include/linux/qed/
H A Dfcoe_common.h92 u8 r_ctl; member in struct:fcoe_tx_mid_path_params
/linux-master/drivers/scsi/bfa/
H A Dbfa_fc.h1023 u32 r_ctl:8; member in struct:fc_vft_s
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2198 gen->r_ctl = params->r_ctl;
2446 xmit->r_ctl = params->r_ctl;
H A Dsli4.h1537 u8 r_ctl; member in struct:sli4_gen_request64_wqe
1620 u8 r_ctl; member in struct:sli4_xmit_sequence64_wqe
3578 u8 r_ctl; member in struct:sli_ct_params
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2389 u8 r_ctl; member in struct:fcoe_abts_rsp_union
2477 u8 r_ctl; member in struct:fcoe_fc_hdr

Completed in 779 milliseconds

12