Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.c206 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq()
234 iq->sglist_dma + (i * OCTEP_SGLIST_SIZE_PER_PKT); in octep_setup_iq()
276 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq()
Doctep_tx.h49 #define OCTEP_SGLIST_SIZE_PER_PKT \ macro
Doctep_main.c906 memset(sglist, 0, OCTEP_SGLIST_SIZE_PER_PKT); in octep_start_xmit()