Home
last modified time | relevance | path

Searched refs:bfa_hton3b (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c44 bfa_hton3b(FCTL_SEQ_INI | FCTL_FS_EXCH | FCTL_END_SEQ | in fcbuild_init()
55 bfa_hton3b(FCTL_EC_RESP | FCTL_SEQ_INI | FCTL_LS_EXCH | in fcbuild_init()
64 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init()
74 bfa_hton3b(FCTL_EC_RESP | FCTL_SEQ_INI | FCTL_LS_EXCH | in fcbuild_init()
124 bfa_hton3b(FCTL_FS_EXCH | FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init()
138 bfa_hton3b(FCTL_SEQ_INI | FCTL_FS_EXCH | FCTL_END_SEQ | in fc_gs_fchdr_build()
160 bfa_hton3b(FCTL_EC_RESP | FCTL_SEQ_INI | FCTL_LS_EXCH | in fc_gsresp_fchdr_build()
534 u32 dctlr_id = FC_DOMAIN_CTRLR(bfa_hton3b(d_id)); in fc_rpsc2_build()
537 fc_els_req_build(fchs, bfa_hton3b(dctlr_id), s_id, 0); in fc_rpsc2_build()
608 u32 d_id = bfa_hton3b(FC_NAME_SERVER); in fc_gidpn_build()
[all …]
H A Dbfa_cs.h308 #define bfa_hton3b(_x) bfa_swap_3b(_x) macro
310 #define bfa_hton3b(_x) (_x) macro
313 #define bfa_ntoh3b(_x) bfa_hton3b(_x)
H A Dbfa_fcs.c248 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_created()
295 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_linkdown()
1221 if (fchs->d_id == bfa_hton3b(FC_FABRIC_PORT)) { in bfa_fcs_fabric_uf_recv()
1337 bfa_hton3b(FC_FABRIC_PORT), in bfa_fcs_fabric_send_flogi_acc()
H A Dbfad_im.c1068 bfa_hton3b(bfa_fcs_itnim_get_fcid(&itnim->fcs_itnim)); in bfad_im_fc_rport_add()