Home
last modified time | relevance | path

Searched refs:FNIC_STD_GET_OX_ID (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfdls_disc.c588 oxid = FNIC_STD_GET_OX_ID(rscn_fchdr); in fdls_send_rscn_resp()
621 oxid = FNIC_STD_GET_OX_ID(req_fchdr); in fdls_send_logo_resp()
2542 if (FNIC_STD_GET_OX_ID(fchdr) != tport->active_oxid) { in fdls_process_tgt_adisc_rsp()
2551 oxid = FNIC_STD_GET_OX_ID(fchdr); in fdls_process_tgt_adisc_rsp()
2639 if (FNIC_STD_GET_OX_ID(fchdr) != tport->active_oxid) { in fdls_process_tgt_plogi_rsp()
2646 oxid = FNIC_STD_GET_OX_ID(fchdr); in fdls_process_tgt_plogi_rsp()
2765 if (FNIC_STD_GET_OX_ID(fchdr) != tport->active_oxid) { in fdls_process_tgt_prli_rsp()
2774 oxid = FNIC_STD_GET_OX_ID(fchdr); in fdls_process_tgt_prli_rsp()
2881 uint16_t oxid = FNIC_STD_GET_OX_ID(fchdr); in fdls_process_rff_id_rsp()
2954 uint16_t oxid = FNIC_STD_GET_OX_ID(fchdr); in fdls_process_rft_id_rsp()
[all …]
H A Dfdls_fc.h91 #define FNIC_STD_GET_OX_ID(_fchdr) (be16_to_cpu((_fchdr)->fh_ox_id)) macro
H A Dfip.c490 fchdr->fh_type, FNIC_STD_GET_OX_ID(fchdr)); in fnic_fcoe_process_flogi_resp()
498 oxid = FNIC_STD_GET_OX_ID(fchdr); in fnic_fcoe_process_flogi_resp()
H A Dfnic.h617 FNIC_STD_GET_OX_ID(fchdr), len); in fnic_debug_dump_fc_frame()
H A Dfnic_fcs.c718 fchdr->fh_type, FNIC_STD_GET_OX_ID(fchdr)); in fdls_send_fcoe_frame()