Home
last modified time | relevance | path

Searched refs:buf_cookie (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1219 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */ member
1230 __le32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
H A Dmvpp2_main.c265 return le32_to_cpu(rx_desc->pp21.buf_cookie); in mvpp2_rxdesc_cookie_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1315 __le32 buf_cookie; /* cookie for access to TX buffer in tx path */ member
1326 __le32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
H A Dmvpp2_main.c275 return le32_to_cpu(rx_desc->pp21.buf_cookie); in mvpp2_rxdesc_cookie_get()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta.c572 u32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
599 u32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
1681 /* Handle rx descriptor fill by setting buf_cookie and buf_phys_addr */
2482 data = (u8 *)(uintptr_t)rx_desc->buf_cookie; in mvneta_rx_hwbm()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c611 u32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
638 u32 buf_cookie; /* cookie for access to RX buffer in rx path */ member
1721 /* Handle rx descriptor fill by setting buf_cookie and buf_phys_addr */
2569 data = (u8 *)(uintptr_t)rx_desc->buf_cookie; in mvneta_rx_hwbm()

Completed in 45 milliseconds