Searched refs:rx_return_desc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 382 struct rx_return_desc { struct 576 #define ATL1_RRD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_return_desc)
|
H A D | atl1.c | 1048 + sizeof(struct rx_return_desc) * rrd_ring->count in atl1_setup_ring_resources() 1081 rrd_ring->size = sizeof(struct rx_return_desc) * rrd_ring->count; in atl1_setup_ring_resources() 1759 struct rx_return_desc *rrd, u16 offset) in atl1_clean_alloc_flag() 1772 struct rx_return_desc *rrd) in atl1_update_rfd_index() 1784 struct rx_return_desc *rrd, struct sk_buff *skb) in atl1_rx_checksum() 1908 struct rx_return_desc *rrd; in atl1_intr_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 382 struct rx_return_desc { struct 576 #define ATL1_RRD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_return_desc)
|
H A D | atl1.c | 1048 + sizeof(struct rx_return_desc) * rrd_ring->count in atl1_setup_ring_resources() 1081 rrd_ring->size = sizeof(struct rx_return_desc) * rrd_ring->count; in atl1_setup_ring_resources() 1759 struct rx_return_desc *rrd, u16 offset) in atl1_clean_alloc_flag() 1772 struct rx_return_desc *rrd) in atl1_update_rfd_index() 1784 struct rx_return_desc *rrd, struct sk_buff *skb) in atl1_rx_checksum() 1908 struct rx_return_desc *rrd; in atl1_intr_rx()
|
Completed in 12 milliseconds