Home
last modified time | relevance | path

Searched refs:OCTEP_VF_SGLIST_ENTRIES_PER_PKT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_tx.h48 #define OCTEP_VF_SGLIST_ENTRIES_PER_PKT ((MAX_SKB_FRAGS + 1 + 3) / 4) macro
50 (OCTEP_VF_SGLIST_ENTRIES_PER_PKT * sizeof(struct octep_vf_tx_sglist_desc))
Doctep_vf_tx.c231 &iq->sglist[i * OCTEP_VF_SGLIST_ENTRIES_PER_PKT]; in octep_vf_setup_iq()