Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libfc/ !
Dfc_libfc.c195 fh->fh_ox_id = in_fh->fh_ox_id; in fc_fill_hdr()
Dfc_exch.c315 fh->fh_ox_id = htons(ep->oxid); in fc_exch_setup_hdr()
884 ep->oxid = ntohs(fh->fh_ox_id); in fc_exch_resp()
923 xid = ntohs(fh->fh_ox_id); /* we originated exch */ in fc_seq_lookup_recip()
1044 xid = ntohs((f_ctl & FC_FC_EX_CTX) ? fh->fh_ox_id : fh->fh_rx_id); in fc_seq_lookup_orig()
1228 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()
1432 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id)); in fc_exch_recv_seq_resp()
1629 ntohs(fh->fh_ox_id) : ntohs(fh->fh_rx_id)); in fc_exch_recv_bls()
2357 xid = ntohs(fh->fh_ox_id); in fc_find_ema()
2398 ntohs(fh->fh_ox_id) : in fc_exch_recv()
/linux-3.4.99/include/scsi/fc/ !
Dfc_fs.h47 __be16 fh_ox_id; /* originator exchange ID */ member
/linux-3.4.99/drivers/scsi/bnx2fc/ !
Dbnx2fc_els.c189 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_adisc()
217 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_logo()
245 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_rls()
Dbnx2fc_fcoe.c202 ntohs(fh->fh_ox_id), fh->fh_r_ctl); in bnx2fc_xmit_l2_frame()
436 oxid = ntohs(fh->fh_ox_id); in bnx2fc_rcv()
Dbnx2fc_hwi.c578 fh->fh_ox_id = htons(l2_oxid); in bnx2fc_process_l2_frame_compl()
1666 fc_hdr->fh_ox_id = cpu_to_be16(io_req->xid); in bnx2fc_init_mp_task()
Dbnx2fc_io.c893 fc_hdr->fh_ox_id = htons(io_req->xid); in bnx2fc_initiate_abts()
/linux-3.4.99/drivers/target/tcm_fc/ !
Dtfc_cmd.c305 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/linux-3.4.99/drivers/scsi/fcoe/ !
Dfcoe_ctlr.c608 fip->flogi_oxid = ntohs(fh->fh_ox_id); in fcoe_ctlr_els_send()
1132 if (fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_els()
1749 fip->flogi_oxid == ntohs(fh->fh_ox_id)) { in fcoe_ctlr_recv_flogi()
Dfcoe.c1427 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe_fcoe.c386 xid = be16_to_cpu(fh->fh_ox_id); in ixgbe_fcoe_ddp()
/linux-3.4.99/drivers/scsi/lpfc/ !
Dlpfc_sli.c13986 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_fc_frame_add()
14069 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_sli4_abort_partial_seq()
14160 oxid = be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_sli4_seq_abort_rsp()
14383 be16_to_cpu(fc_hdr->fh_ox_id); in lpfc_prep_seq()