Home
last modified time | relevance | path

Searched refs:rx_words_eob (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h377 * @rx_words_eob: RX word count and Byte position
386 u16 rx_words_eob; member
H A Dpch_gbe_main.c1669 length = (rx_desc->rx_words_eob) - 3 - ETH_FCS_LEN; in pch_gbe_clean_rx()
1670 if (rx_desc->rx_words_eob & 0x02) in pch_gbe_clean_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h377 * @rx_words_eob: RX word count and Byte position
386 u16 rx_words_eob; member
H A Dpch_gbe_main.c1646 length = (rx_desc->rx_words_eob) - 3 - ETH_FCS_LEN; in pch_gbe_clean_rx()
1647 if (rx_desc->rx_words_eob & 0x02) in pch_gbe_clean_rx()

Completed in 11 milliseconds