Home
last modified time | relevance | path

Searched refs:ox_id (Results 1 – 21 of 21) sorted by relevance

/drivers/scsi/bfa/
Dbfa_fcbuild.h138 u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name,
143 u16 ox_id, wwn_t port_name, wwn_t node_name,
147 u32 s_id, __be16 ox_id,
153 u32 s_id, u16 ox_id, wwn_t port_name,
159 u16 ox_id);
164 u32 s_id, u16 ox_id, u16 rrq_oxid);
168 u16 ox_id, u8 *name);
173 u16 ox_id, enum bfa_lport_role role);
176 u16 ox_id, u8 *fc4_bitmap,
180 u16 ox_id, u8 fc4_type, u8 fc4_ftrs);
[all …]
Dbfa_fcbuild.c28 __be16 ox_id);
30 __be16 ox_id);
137 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() argument
150 fchs->ox_id = cpu_to_be16(ox_id); in fc_gs_fchdr_build()
159 fc_gsresp_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id) in fc_gsresp_fchdr_build() argument
171 fchs->ox_id = ox_id; in fc_gsresp_fchdr_build()
175 fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_req_build() argument
180 fchs->ox_id = cpu_to_be16(ox_id); in fc_els_req_build()
184 fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id) in fc_els_rsp_build() argument
189 fchs->ox_id = ox_id; in fc_els_rsp_build()
[all …]
Dbfa_fc.h83 __be16 ox_id; /* originator exchange ID */ member
719 u32 ox_id:16; /* originator exchange ID */ member
732 u32 ox_id:16; /* OX_ID from ABTS frame */ member
Dbfa_fcs_rport.c2205 rx_fchs->ox_id, port->port_cfg.roles); in bfa_fcs_rport_process_prli()
2242 rx_fchs->ox_id, &speeds); in bfa_fcs_rport_process_rpsc()
2276 rx_fchs->ox_id, port->port_cfg.pwwn, in bfa_fcs_rport_process_adisc()
2591 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_process_logo()
2686 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_plogi_create()
2707 rport->reply_oxid = rx_fchs->ox_id; in bfa_fcs_rport_plogi()
2969 rx_fchs->ox_id, reason_code, reason_code_expl); in bfa_fcs_rport_send_ls_rjt()
3002 bfa_fcs_rport_prlo(struct bfa_fcs_rport_s *rport, __be16 ox_id) in bfa_fcs_rport_prlo() argument
3007 rport->reply_oxid = ox_id; in bfa_fcs_rport_prlo()
Dbfa_fcs_fcpim.c833 bfa_fcs_rport_prlo(itnim->rport, fchs->ox_id); in bfa_fcs_fcpim_uf_recv()
Dbfa_fcs.h489 void bfa_fcs_rport_prlo(struct bfa_fcs_rport_s *rport, __be16 ox_id);
Dbfa_fcs_lport.c391 rx_fchs->ox_id, reason_code, reason_code_expl); in bfa_fcs_lport_send_ls_rjt()
425 rx_fchs->ox_id, reason_code, reason_code_expl); in bfa_fcs_lport_send_fcgs_rjt()
558 rx_fchs->ox_id); in bfa_fcs_lport_echo()
626 rx_fchs->ox_id, data_format, &common_id_data, in bfa_fcs_lport_rnid()
735 rx_fchs->ox_id, 0); in bfa_fcs_lport_abts_acc()
5469 rx_fchs->ox_id); in bfa_fcs_lport_scn_send_ls_acc()
Dbfa_fcs.c1436 bport->port_topo.pn2n.reply_oxid = fchs->ox_id; in bfa_fcs_fabric_process_flogi()
/drivers/scsi/fnic/
Dfcpio.h131 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()
/drivers/scsi/qla2xxx/
Dqla_target.h194 uint16_t ox_id; member
251 uint16_t ox_id; member
337 __be16 ox_id; member
353 uint16_t ox_id; member
415 uint16_t ox_id; member
464 __le16 ox_id; member
479 __le16 ox_id; member
507 uint16_t ox_id; member
561 __le16 ox_id; member
591 uint16_t ox_id; member
[all …]
Dqla_target.c235 be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id)); in qlt_24xx_atio_pkt_all_vps()
1145 nack->ox_id = ntfy->ox_id; in qlt_send_notify_ack()
1236 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp()
1291 ctio->u.status1.ox_id = cpu_to_le16(entry->fcp_hdr_le.ox_id); in qlt_24xx_retry_term_exchange()
1538 temp = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_24xx_send_task_mgmt_ctio()
1539 ctio->u.status1.ox_id = cpu_to_le16(temp); in qlt_24xx_send_task_mgmt_ctio()
1799 temp = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_24xx_build_ctio_pkt()
1800 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2379 t16 = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_build_ctio_crc2_pkt()
2380 pkt->ox_id = cpu_to_le16(t16); in qlt_build_ctio_crc2_pkt()
[all …]
Dqla_isr.c2034 uint16_t ox_id; in qla2x00_status_entry() local
2128 ox_id = 0; in qla2x00_status_entry()
2143 ox_id = le16_to_cpu(sts24->ox_id); in qla2x00_status_entry()
2374 fcport->d_id.b.area, fcport->d_id.b.al_pa, ox_id, in qla2x00_status_entry()
Dqla_fw.h561 uint16_t ox_id; /* OX_ID used by the firmware. */ member
/drivers/scsi/lpfc/
Dlpfc_els.c3934 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc()
3953 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc()
4003 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_acc()
4091 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_reject()
4164 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_adisc_acc()
4240 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_prli_acc()
4344 icmd->unsli3.rcvsli3.ox_id = oldcmd->unsli3.rcvsli3.ox_id; in lpfc_els_rsp_rnid_acc()
4474 elsiocb->iocb.unsli3.rcvsli3.ox_id = oldiocb->iocb.unsli3.rcvsli3.ox_id; in lpfc_els_rsp_echo_acc()
4839 icmd->unsli3.rcvsli3.ox_id = rdp_context->ox_id; in lpfc_els_rdp_cmpl()
4886 icmd->unsli3.rcvsli3.ox_id = rdp_context->ox_id; in lpfc_els_rdp_cmpl()
[all …]
Dlpfc_sli4.h657 uint16_t ox_id; member
669 uint16_t ox_id; member
Dlpfc_hw.h3698 uint16_t ox_id; member
3705 uint16_t ox_id;
Dlpfc_bsg.c1101 piocbq->iocb.unsli3.rcvsli3.ox_id; in lpfc_bsg_ct_unsol_event()
1511 icmd->unsli3.rcvsli3.ox_id = phba->ct_ctx[tag].oxid; in lpfc_issue_ct_rsp()
3189 cmd->unsli3.rcvsli3.ox_id = 0xffff; in lpfc_bsg_diag_loopback_run()
Dlpfc_sli.c2590 if (iocbq->iocb.unsli3.rcvsli3.ox_id == in lpfc_sli_process_unsol_iocb()
2591 saveq->iocb.unsli3.rcvsli3.ox_id) { in lpfc_sli_process_unsol_iocb()
8309 iocbq->iocb.unsli3.rcvsli3.ox_id); in lpfc_sli4_iocb2wqe()
8495 iocbq->iocb.unsli3.rcvsli3.ox_id); in lpfc_sli4_iocb2wqe()
15367 first_iocbq->iocb.unsli3.rcvsli3.ox_id = in lpfc_prep_seq()
/drivers/scsi/bnx2fc/
D57xx_hsi_bnx2fc.h182 __le16 ox_id; member
808 __le16 ox_id; member
Dbnx2fc_hwi.c696 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
815 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
/drivers/net/ethernet/broadcom/
Dcnic_defs.h2485 __le16 ox_id; member
3160 u16 ox_id; member
3164 u16 ox_id; member
3503 u16 ox_id; member
3507 u16 ox_id; member