Home
last modified time | relevance | path

Searched refs:OCTEP_SGLIST_SIZE_PER_PKT (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.c209 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq()
237 iq->sglist_dma + (i * OCTEP_SGLIST_SIZE_PER_PKT); in octep_setup_iq()
279 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq()
Doctep_tx.h33 #define OCTEP_SGLIST_SIZE_PER_PKT \ macro
Doctep_main.c684 OCTEP_SGLIST_SIZE_PER_PKT, in octep_start_xmit()
686 memset(sglist, 0, OCTEP_SGLIST_SIZE_PER_PKT); in octep_start_xmit()
706 OCTEP_SGLIST_SIZE_PER_PKT, in octep_start_xmit()