Home
last modified time | relevance | path

Searched refs:ice_ptype_lkup (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h607 static const struct ice_rx_ptype_decoded ice_ptype_lkup[] = { variable
929 return ice_ptype_lkup[ptype]; in ice_decode_rx_desc_ptype()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h654 /* The ice_ptype_lkup table is used to convert from the 10-bit ptype in the
667 * IF NOT ice_ptype_lkup[ptype].known
670 * ELSE IF ice_ptype_lkup[ptype].outer_ip == ICE_RX_PTYPE_OUTER_IP
697 static const struct ice_rx_ptype_decoded ice_ptype_lkup[BIT(10)] = { variable
908 return ice_ptype_lkup[ptype]; in ice_decode_rx_desc_ptype()

Completed in 5 milliseconds