Searched refs:tx_packet_desc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 535 struct tx_packet_desc { struct 575 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc)
|
H A D | atl1.c | 1046 sizeof(struct tx_packet_desc) * tpd_ring->count in atl1_setup_ring_resources() 1066 tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count; in atl1_setup_ring_resources() 2099 struct tx_packet_desc *ptpd) in atl1_tso() 2159 struct tx_packet_desc *ptpd) in atl1_tx_csum() 2184 struct tx_packet_desc *ptpd) in atl1_tx_map() 2288 struct tx_packet_desc *ptpd) in atl1_tx_queue() 2292 struct tx_packet_desc *tpd; in atl1_tx_queue() 2301 memcpy(tpd, ptpd, sizeof(struct tx_packet_desc)); in atl1_tx_queue() 2346 struct tx_packet_desc *ptpd; in atl1_xmit_frame() 2395 memset(ptpd, 0, sizeof(struct tx_packet_desc)); in atl1_xmit_frame() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 535 struct tx_packet_desc { struct 575 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc)
|
H A D | atl1.c | 1046 sizeof(struct tx_packet_desc) * tpd_ring->count in atl1_setup_ring_resources() 1066 tpd_ring->size = sizeof(struct tx_packet_desc) * tpd_ring->count; in atl1_setup_ring_resources() 2099 struct tx_packet_desc *ptpd) in atl1_tso() 2162 struct tx_packet_desc *ptpd) in atl1_tx_csum() 2187 struct tx_packet_desc *ptpd) in atl1_tx_map() 2291 struct tx_packet_desc *ptpd) in atl1_tx_queue() 2295 struct tx_packet_desc *tpd; in atl1_tx_queue() 2304 memcpy(tpd, ptpd, sizeof(struct tx_packet_desc)); in atl1_tx_queue() 2349 struct tx_packet_desc *ptpd; in atl1_xmit_frame() 2397 memset(ptpd, 0, sizeof(struct tx_packet_desc)); in atl1_xmit_frame() [all...] |
Completed in 11 milliseconds