Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_type.h476 u8 evb_802_1_qbh; /* Bridge Port Extension */
457 u8 evb_802_1_qbh; /* Bridge Port Extension */ global() member
H A Dice_common.c2530 caps->evb_802_1_qbh = (number == 1);
2531 ice_debug(hw, ICE_DBG_INIT, "%s: evb_802_1_qbh = %u\n", prefix, number);
/freebsd/sys/dev/ixl/
H A Di40e_type.h392 bool evb_802_1_qbh; /* Bridge Port Extension */ member
H A Di40e_common.c3896 p->evb_802_1_qbh = TRUE; in i40e_parse_discover_capabilities()