/linux-5.19.10/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 131 u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, 136 u16 ox_id, wwn_t port_name, wwn_t node_name, 140 u32 s_id, __be16 ox_id, 146 u32 s_id, u16 ox_id, wwn_t port_name, 152 u16 ox_id); 157 u32 s_id, u16 ox_id, u16 rrq_oxid); 160 u16 ox_id, u8 *name); 165 u16 ox_id, enum bfa_lport_role role); 168 u16 ox_id, u8 *fc4_bitmap, 172 u16 ox_id, u8 fc4_type, u8 fc4_ftrs); [all …]
|
D | bfa_fcbuild.c | 21 __be16 ox_id); 23 __be16 ox_id); 130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() argument 143 fchs->ox_id = cpu_to_be16(ox_id); in fc_gs_fchdr_build() 152 fc_gsresp_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id) in fc_gsresp_fchdr_build() argument 164 fchs->ox_id = ox_id; in fc_gsresp_fchdr_build() 168 fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_req_build() argument 173 fchs->ox_id = cpu_to_be16(ox_id); in fc_els_req_build() 177 fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_rsp_build() argument 182 fchs->ox_id = ox_id; in fc_els_rsp_build() [all …]
|
D | bfa_fc.h | 61 __be16 ox_id; /* originator exchange ID */ member 697 u32 ox_id:16; /* originator exchange ID */ member 710 u32 ox_id:16; /* OX_ID from ABTS frame */ member
|
D | bfa_fcs_rport.c | 2193 rx_fchs->ox_id, port->port_cfg.roles); in bfa_fcs_rport_process_prli() 2230 rx_fchs->ox_id, &speeds); in bfa_fcs_rport_process_rpsc() 2261 rx_fchs->ox_id, port->port_cfg.pwwn, in bfa_fcs_rport_process_adisc() 2576 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_process_logo() 2671 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_plogi_create() 2692 rport->reply_oxid = rx_fchs->ox_id; in bfa_fcs_rport_plogi() 2954 rx_fchs->ox_id, reason_code, reason_code_expl); in bfa_fcs_rport_send_ls_rjt() 2987 bfa_fcs_rport_prlo(struct bfa_fcs_rport_s *rport, __be16 ox_id) in bfa_fcs_rport_prlo() argument 2992 rport->reply_oxid = ox_id; in bfa_fcs_rport_prlo()
|
/linux-5.19.10/drivers/scsi/elx/libefc/ |
D | efc_els.h | 70 efc_send_ls_acc(struct efc_node *node, u32 ox_id); 72 efc_send_ls_rjt(struct efc_node *node, u32 ox_id, u32 reason_cod, 75 efc_send_flogi_p2p_acc(struct efc_node *node, u32 ox_id, u32 s_id); 77 efc_send_flogi_acc(struct efc_node *node, u32 ox_id, u32 is_fport); 79 efc_send_plogi_acc(struct efc_node *node, u32 ox_id); 81 efc_send_prli_acc(struct efc_node *node, u32 ox_id); 83 efc_send_logo_acc(struct efc_node *node, u32 ox_id); 85 efc_send_prlo_acc(struct efc_node *node, u32 ox_id); 87 efc_send_adisc_acc(struct efc_node *node, u32 ox_id); 100 efc_send_ct_rsp(struct efc *efc, struct efc_node *node, u16 ox_id,
|
D | efc_els.c | 611 efc_send_ls_rjt(struct efc_node *node, u32 ox_id, u32 reason_code, in efc_send_ls_rjt() argument 629 els->io.iparam.els.ox_id = ox_id; in efc_send_ls_rjt() 642 efc_send_plogi_acc(struct efc_node *node, u32 ox_id) in efc_send_plogi_acc() argument 660 els->io.iparam.els.ox_id = ox_id; in efc_send_plogi_acc() 677 efc_send_flogi_p2p_acc(struct efc_node *node, u32 ox_id, u32 s_id) in efc_send_flogi_p2p_acc() argument 694 els->io.iparam.els.ox_id = ox_id; in efc_send_flogi_p2p_acc() 710 efc_send_prli_acc(struct efc_node *node, u32 ox_id) in efc_send_prli_acc() argument 730 els->io.iparam.els.ox_id = ox_id; in efc_send_prli_acc() 752 efc_send_prlo_acc(struct efc_node *node, u32 ox_id) in efc_send_prlo_acc() argument 772 els->io.iparam.els.ox_id = ox_id; in efc_send_prlo_acc() [all …]
|
D | efc_device.h | 19 efc_d_send_prli_rsp(struct efc_node *node, uint16_t ox_id);
|
D | efclib.h | 450 u16 ox_id; member 459 u16 ox_id; member
|
D | efc_device.c | 16 efc_d_send_prli_rsp(struct efc_node *node, u16 ox_id) in efc_d_send_prli_rsp() argument 21 node->ls_acc_oxid = ox_id; in efc_d_send_prli_rsp() 347 u16 ox_id = be16_to_cpu(hdr->fh_ox_id); in efc_send_ls_acc_after_attach() local 352 node->ls_acc_oxid = ox_id; in efc_send_ls_acc_after_attach()
|
/linux-5.19.10/drivers/scsi/fnic/ |
D | fcpio.h | 131 u16 ox_id; member 149 fcpio_tag_exid_enc(struct fcpio_tag *tag, u16 ox_id, u16 rx_id) in fcpio_tag_exid_enc() argument 152 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc() 156 fcpio_tag_exid_dec(struct fcpio_tag *tag, u16 *ox_id, u16 *rx_id) in fcpio_tag_exid_dec() argument 159 *ox_id = tag->u.ex_id.ox_id; in fcpio_tag_exid_dec()
|
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_target.h | 177 __le16 ox_id; member 263 __be16 ox_id; member 279 __le16 ox_id; member 341 __le16 ox_id; member 426 __le16 ox_id; member 438 __le16 ox_id; member 466 __le16 ox_id; member 520 __le16 ox_id; member 550 __le16 ox_id; member 595 __le16 ox_id; member
|
D | qla_nvme.h | 129 __le16 ox_id; member
|
D | qla_target.c | 338 be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id)); in qlt_24xx_atio_pkt_all_vps() 847 iocb->u.isp24.exchange_address, iocb->ox_id); in qlt_plogi_ack_unref() 1740 nack->ox_id = ntfy->ox_id; in qlt_send_notify_ack() 1839 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb() 1914 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp() 1986 ctio->u.status1.ox_id = entry->fcp_hdr_le.ox_id; in qlt_24xx_retry_term_exchange() 1991 le16_to_cpu(ctio->u.status1.ox_id), in qlt_24xx_retry_term_exchange() 2277 temp = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_24xx_send_task_mgmt_ctio() 2278 ctio->u.status1.ox_id = cpu_to_le16(temp); in qlt_24xx_send_task_mgmt_ctio() 2334 temp = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_send_resp_ctio() [all …]
|
D | qla_isr.c | 75 abts->rx_xch_addr_to_abort, abts->ox_id, abts->rx_id, in qla24xx_process_abts() 142 abts_rsp->ox_id = abts->ox_id; in qla24xx_process_abts() 144 abts_rsp->payload.ba_acc.aborted_ox_id = abts->ox_id; in qla24xx_process_abts() 2644 sts->ox_id); in qla24xx_nvme_iocb_entry() 3132 uint16_t ox_id; in qla2x00_status_entry() local 3243 ox_id = 0; in qla2x00_status_entry() 3258 ox_id = le16_to_cpu(sts24->ox_id); in qla2x00_status_entry() 3484 ox_id, cp->cmnd, scsi_bufflen(cp), rsp_info_len, in qla2x00_status_entry() 3502 fcport->d_id.b.area, fcport->d_id.b.al_pa, ox_id, in qla2x00_status_entry()
|
D | qla_fw.h | 611 __le16 ox_id; /* OX_ID used by the firmware. */ member 768 __le16 ox_id; member 1063 __le16 ox_id; member
|
/linux-5.19.10/drivers/scsi/elx/efct/ |
D | efct_unsol.c | 406 u16 ox_id = be16_to_cpu(hdr->fh_ox_id); in efct_process_abts() local 411 abortio = efct_io_find_tgt_io(efct, node, ox_id, rx_id); in efct_process_abts() 418 ox_id, rx_id); in efct_process_abts() 426 io->init_task_tag = ox_id; in efct_process_abts() 454 ox_id); in efct_process_abts()
|
D | efct_io.c | 173 u16 ox_id, u16 rx_id) in efct_io_find_tgt_io() argument 181 if ((io->cmd_tgt && io->init_task_tag == ox_id) && in efct_io_find_tgt_io()
|
D | efct_scsi.c | 644 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_xfer_data() 763 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_send_resp() 881 bls->ox_id = io->init_task_tag; in efct_target_send_bls_resp() 890 acc->ba_ox_id = cpu_to_be16(bls->ox_id); in efct_target_send_bls_resp() 935 bls->ox_id = be16_to_cpu(hdr->fh_ox_id); in efct_bls_send_rjt() 1027 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_send_tmf_resp()
|
D | efct_io.h | 173 u16 ox_id, u16 rx_id);
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_els.c | 1402 icmd->unsli3.rcvsli3.ox_id = in lpfc_issue_els_flogi() 5463 icmd->unsli3.rcvsli3.ox_id = in lpfc_els_rsp_acc() 5464 oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc() 5498 icmd->unsli3.rcvsli3.ox_id = in lpfc_els_rsp_acc() 5499 oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc() 5576 icmd->unsli3.rcvsli3.ox_id = in lpfc_els_rsp_acc() 5577 oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc() 5614 icmd->unsli3.rcvsli3.ox_id = in lpfc_els_rsp_acc() 5615 oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc() 5722 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_reject() [all …]
|
D | lpfc_sli4.h | 1034 uint16_t ox_id; member 1048 uint16_t ox_id; member
|
/linux-5.19.10/drivers/scsi/qedf/ |
D | qedf_hsi.h | 297 __le16 ox_id /* OX_ID that is located in the FCP_RSP FC header */; member
|
/linux-5.19.10/include/linux/qed/ |
D | fcoe_common.h | 97 __le16 ox_id; member 147 __le16 ox_id; member
|
/linux-5.19.10/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 183 __le16 ox_id; member 809 __le16 ox_id; member
|
/linux-5.19.10/drivers/scsi/elx/libefc_sli/ |
D | sli4.h | 1692 __le16 ox_id; member 1730 __le16 ox_id; member 1738 u16 ox_id; member 1780 __le16 ox_id; member 3552 u16 ox_id; member 3565 u16 ox_id; member 3582 u16 ox_id; member 3599 u16 ox_id; member
|