Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A 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()
H A Doctep_tx.h47 #define OCTEP_SGLIST_SIZE_PER_PKT \ macro
H A Doctep_main.c690 OCTEP_SGLIST_SIZE_PER_PKT, in octep_start_xmit()
692 memset(sglist, 0, OCTEP_SGLIST_SIZE_PER_PKT); in octep_start_xmit()
712 OCTEP_SGLIST_SIZE_PER_PKT, in octep_start_xmit()