Searched refs:qcp_rd_p (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | xsk.c | 281 u32 qcp_rd_p; in nfp_nfd3_xsk_complete() local 287 qcp_rd_p = nfp_qcp_rd_ptr_read(tx_ring->qcp_q); in nfp_nfd3_xsk_complete() 289 if (qcp_rd_p == tx_ring->qcp_rd_p) in nfp_nfd3_xsk_complete() 292 todo = D_IDX(tx_ring, qcp_rd_p - tx_ring->qcp_rd_p); in nfp_nfd3_xsk_complete() 297 tx_ring->qcp_rd_p = D_IDX(tx_ring, tx_ring->qcp_rd_p + todo); in nfp_nfd3_xsk_complete()
|
D | dp.c | 403 u32 qcp_rd_p; in nfp_nfd3_tx_complete() local 410 qcp_rd_p = nfp_net_read_tx_cmpl(tx_ring, dp); in nfp_nfd3_tx_complete() 412 if (qcp_rd_p == tx_ring->qcp_rd_p) in nfp_nfd3_tx_complete() 415 todo = D_IDX(tx_ring, qcp_rd_p - tx_ring->qcp_rd_p); in nfp_nfd3_tx_complete() 457 tx_ring->qcp_rd_p = qcp_rd_p; in nfp_nfd3_tx_complete() 489 u32 qcp_rd_p; in nfp_nfd3_xdp_complete() local 492 qcp_rd_p = nfp_net_read_tx_cmpl(tx_ring, dp); in nfp_nfd3_xdp_complete() 494 if (qcp_rd_p == tx_ring->qcp_rd_p) in nfp_nfd3_xdp_complete() 497 todo = D_IDX(tx_ring, qcp_rd_p - tx_ring->qcp_rd_p); in nfp_nfd3_xdp_complete() 502 tx_ring->qcp_rd_p = D_IDX(tx_ring, tx_ring->qcp_rd_p + todo); in nfp_nfd3_xdp_complete()
|
D | rings.c | 22 tx_ring->qcp_rd_p++; in nfp_nfd3_xsk_tx_bufs_free() 77 tx_ring->qcp_rd_p++; in nfp_nfd3_tx_ring_reset() 87 tx_ring->qcp_rd_p = 0; in nfp_nfd3_tx_ring_reset()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfdk/ |
D | dp.c | 451 u32 rd_p, qcp_rd_p; in nfp_nfdk_tx_complete() local 459 qcp_rd_p = nfp_net_read_tx_cmpl(tx_ring, dp); in nfp_nfdk_tx_complete() 461 if (qcp_rd_p == tx_ring->qcp_rd_p) in nfp_nfdk_tx_complete() 464 todo = D_IDX(tx_ring, qcp_rd_p - tx_ring->qcp_rd_p); in nfp_nfdk_tx_complete() 517 tx_ring->qcp_rd_p = qcp_rd_p; in nfp_nfdk_tx_complete() 803 u32 qcp_rd_p, done = 0; in nfp_nfdk_xdp_complete() local 808 qcp_rd_p = nfp_net_read_tx_cmpl(tx_ring, dp); in nfp_nfdk_xdp_complete() 809 if (qcp_rd_p == tx_ring->qcp_rd_p) in nfp_nfdk_xdp_complete() 812 todo = D_IDX(tx_ring, qcp_rd_p - tx_ring->qcp_rd_p); in nfp_nfdk_xdp_complete() 851 tx_ring->qcp_rd_p = D_IDX(tx_ring, tx_ring->qcp_rd_p + done); in nfp_nfdk_xdp_complete()
|
D | rings.c | 64 tx_ring->qcp_rd_p = 0; in nfp_nfdk_tx_ring_reset()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net.h | 170 u32 qcp_rd_p; member
|