Home
last modified time | relevance | path

Searched refs:sw_fid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h994 u8 sw_fid; in ecore_concrete_to_sw_fid() local
997 sw_fid = vfid + MAX_NUM_PFS; in ecore_concrete_to_sw_fid()
999 sw_fid = pfid; in ecore_concrete_to_sw_fid()
1001 return sw_fid; in ecore_concrete_to_sw_fid()
H A Decore_hsi_eth.h1675 u8 sw_fid; member
H A Decore_l2.c474 p_ramrod->sw_fid = ecore_concrete_to_sw_fid(p_params->concrete_fid); in ecore_sp_eth_vport_start()