Home
last modified time | relevance | path

Searched refs:fh_ox_id (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_libfc.c195 fh->fh_ox_id = in_fh->fh_ox_id; in fc_fill_hdr()
Dfc_exch.c308 fh->fh_ox_id = htons(ep->oxid); in fc_exch_setup_hdr()
982 ep->oxid = ntohs(fh->fh_ox_id); in fc_exch_resp()
1021 xid = ntohs(fh->fh_ox_id); /* we originated exch */ in fc_seq_lookup_recip()
1144 xid = ntohs((f_ctl & FC_FC_EX_CTX) ? fh->fh_ox_id : fh->fh_rx_id); in fc_seq_lookup_orig()
1328 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()
1532 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id)); in fc_exch_recv_seq_resp()
1723 ntohs(fh->fh_ox_id) : ntohs(fh->fh_rx_id)); in fc_exch_recv_bls()
2474 xid = ntohs(fh->fh_ox_id); in fc_find_ema()
2515 ntohs(fh->fh_ox_id) : in fc_exch_recv()
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_fs.h47 __be16 fh_ox_id; /* originator exchange ID */ member
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c190 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_adisc()
218 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_logo()
246 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_rls()
Dbnx2fc_hwi.c586 fh->fh_ox_id = htons(l2_oxid); in bnx2fc_process_l2_frame_compl()
1658 fc_hdr->fh_ox_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()
Dbnx2fc_fcoe.c205 ntohs(fh->fh_ox_id), fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
450 oxid = ntohs(fh->fh_ox_id); in bnx2fc_rcv()
Dbnx2fc_io.c871 fc_hdr->fh_ox_id = htons(io_req->xid); in bnx2fc_initiate_abts()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c219 be16_to_cpu(fh->fh_ox_id) : in i40e_fcoe_fc_get_xid()
1170 xid = ntohs(fh->fh_ox_id); in i40e_fcoe_handle_ddp()
1179 xid = ntohs(fh->fh_ox_id); in i40e_fcoe_handle_ddp()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c301 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c717 fip->flogi_oxid = ntohs(fh->fh_ox_id); in fcoe_ctlr_els_send()
1262 if (fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_els()
1884 fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_flogi()
Dfcoe.c1499 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c435 xid = be16_to_cpu(fh->fh_ox_id); in ixgbe_fcoe_ddp()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c14853 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_fc_frame_add()
14936 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_sli4_abort_partial_seq()
15067 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_sli4_seq_abort_rsp()
15327 be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_prep_seq()
Dlpfc_bsg.c1167 oxid = be16_to_cpu(fc_hdr_ptr->fh_ox_id); in lpfc_bsg_ct_unsol_abort()