Home
last modified time | relevance | path

Searched refs:fh_ox_id (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.c17 (hdr)->fh_r_ctl, be16_to_cpu((hdr)->fh_ox_id), \
151 be16_to_cpu(fchdr->fh_ox_id), in efct_validate_fcp_cmd()
162 io->init_task_tag = be16_to_cpu(fchdr->fh_ox_id); in efct_populate_io_fcp_cmd()
246 hdr.fh_ox_id = req_hdr->fh_ox_id; in efct_sframe_common_send()
406 u16 ox_id = be16_to_cpu(hdr->fh_ox_id); in efct_process_abts()
487 be16_to_cpu(hdr->fh_ox_id), in efct_node_recv_abts_frame()
H A Defct_scsi.c931 io->init_task_tag = be16_to_cpu(hdr->fh_ox_id); in efct_bls_send_rjt()
935 bls->ox_id = be16_to_cpu(hdr->fh_ox_id); in efct_bls_send_rjt()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_device.c347 u16 ox_id = be16_to_cpu(hdr->fh_ox_id); in efc_send_ls_acc_after_attach()
579 efc_send_flogi_p2p_acc(node, be16_to_cpu(hdr->fh_ox_id), d_id); in __efc_d_init()
607 efc_send_logo_acc(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_d_init()
635 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_d_init()
750 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_d_wait_plogi_rsp()
1145 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_d_port_logged_in()
1151 efc_d_send_prli_rsp(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_d_port_logged_in()
1248 efc_send_logo_acc(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_d_port_logged_in()
1350 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_d_device_ready()
1356 efc_send_prli_acc(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_d_device_ready()
[all...]
H A Defc_node.c719 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_node_common()
741 efc_send_ls_rjt(node, be16_to_cpu(hdr->fh_ox_id), in __efc_node_common()
976 efc_send_ct_rsp(efc, node, be16_to_cpu(hdr->fh_ox_id), iu, in efc_node_recv_ct_frame()
H A Defc_fabric.c1042 efc_send_ls_acc(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_fabctl_ready()
1358 efc_send_plogi_acc(node, be16_to_cpu(hdr->fh_ox_id)); in __efc_p2p_wait_plogi_rsp()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_libfc.c183 fh->fh_ox_id = in_fh->fh_ox_id; in fc_fill_hdr()
H A Dfc_exch.c260 * The fields initialized by this routine are: fh_ox_id, fh_rx_id,
299 fh->fh_ox_id = htons(ep->oxid); in fc_exch_setup_hdr()
1019 ep->oxid = ntohs(fh->fh_ox_id); in fc_exch_resp()
1058 xid = ntohs(fh->fh_ox_id); /* we originated exch */ in fc_seq_lookup_recip()
1181 xid = ntohs((f_ctl & FC_FC_EX_CTX) ? fh->fh_ox_id : fh->fh_rx_id); in fc_seq_lookup_orig()
1373 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()
1582 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id)); in fc_exch_recv_seq_resp()
1777 ntohs(fh->fh_ox_id) : ntohs(fh->fh_rx_id)); in fc_exch_recv_bls()
2584 xid = ntohs(fh->fh_ox_id); in fc_find_ema()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_libfc.c183 fh->fh_ox_id = in_fh->fh_ox_id; in fc_fill_hdr()
H A Dfc_exch.c259 * The fields initialized by this routine are: fh_ox_id, fh_rx_id,
298 fh->fh_ox_id = htons(ep->oxid); in fc_exch_setup_hdr()
1017 ep->oxid = ntohs(fh->fh_ox_id); in fc_exch_resp()
1056 xid = ntohs(fh->fh_ox_id); /* we originated exch */ in fc_seq_lookup_recip()
1179 xid = ntohs((f_ctl & FC_FC_EX_CTX) ? fh->fh_ox_id : fh->fh_rx_id); in fc_seq_lookup_orig()
1371 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()
1580 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id)); in fc_exch_recv_seq_resp()
1775 ntohs(fh->fh_ox_id) : ntohs(fh->fh_rx_id)); in fc_exch_recv_bls()
2582 xid = ntohs(fh->fh_ox_id); in fc_find_ema()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c198 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_adisc()
226 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_logo()
254 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_rls()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c198 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_adisc()
226 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_logo()
254 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_rls()
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H A Dfc_fs.h35 __be16 fh_ox_id; /* originator exchange ID */ member
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H A Dfc_fs.h35 __be16 fh_ox_id; /* originator exchange ID */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h19 __be16 fh_ox_id; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h32 __be16 fh_ox_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H A Dfc_fs.h32 __be16 fh_ox_id; member
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_els.c341 fh->fh_ox_id = htons(l2_oxid); in qedf_process_l2_frame_compl()
520 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in qedf_send_adisc()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_els.c341 fh->fh_ox_id = htons(l2_oxid); in qedf_process_l2_frame_compl()
520 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in qedf_send_adisc()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_cmd.c284 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_cmd.c278 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c712 fip->flogi_oxid = ntohs(fh->fh_ox_id); in fcoe_ctlr_els_send()
1260 if (fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_els()
1919 fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_flogi()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c712 fip->flogi_oxid = ntohs(fh->fh_ox_id); in fcoe_ctlr_els_send()
1257 if (fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_els()
1911 fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_flogi()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c435 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_ctxbuf_post()
1873 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_rcv_unsol_abort()
1925 oxid_tmp = be16_to_cpu(fc_hdr_tmp->fh_ox_id); in lpfc_nvmet_rcv_unsol_abort()
2411 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_unsol_fcp_buffer()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c436 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_ctxbuf_post()
1877 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_rcv_unsol_abort()
1925 oxid_tmp = be16_to_cpu(fc_hdr_tmp->fh_ox_id); in lpfc_nvmet_rcv_unsol_abort()
2414 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_nvmet_unsol_fcp_buffer()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c412 xid = be16_to_cpu(fh->fh_ox_id); in ixgbe_fcoe_ddp()

Completed in 49 milliseconds

12