/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 41 iowait_init(struct iowait *wait, u32 tx_limit, void (*func)(struct work_struct *work), void (*tidfunc)(struct work_struct *work), int (*sleep)(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, uint seq, bool pkts_sent), void (*wakeup)(struct iowait *wait, int reason), void (*sdma_drained)(struct iowait *wait), void (*init_priority)(struct iowait *wait)) iowait_init() argument
|
H A D | vnic_sdma.c | 228 hfi1_vnic_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) hfi1_vnic_sdma_sleep() argument
|
H A D | vnic.h | 92 bool pkts_sent; member
|
H A D | iowait.h | 405 static inline void iowait_queue(bool pkts_sent, struct iowait *w, in iowait_queue() argument 433 static inline void iowait_starve_clear(bool pkts_sent, struct iowait *w) in iowait_starve_clear() argument
|
H A D | ipoib.h | 92 bool pkts_sent; member
|
H A D | qp.c | 477 iowait_sleep( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *stx, uint seq, bool pkts_sent) iowait_sleep() argument
|
H A D | ipoib_tx.c | 627 hfi1_ipoib_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) hfi1_ipoib_sdma_sleep() argument
|
H A D | user_sdma.c | 121 defer_packet_queue( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) defer_packet_queue() argument
|
H A D | verbs.h | 244 bool pkts_sent; member
|
H A D | sdma.c | 2354 sdma_check_progress( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, bool pkts_sent) sdma_check_progress() argument 2395 sdma_send_txreq(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, bool pkts_sent) sdma_send_txreq() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 41 iowait_init(struct iowait *wait, u32 tx_limit, void (*func)(struct work_struct *work), void (*tidfunc)(struct work_struct *work), int (*sleep)(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, uint seq, bool pkts_sent), void (*wakeup)(struct iowait *wait, int reason), void (*sdma_drained)(struct iowait *wait), void (*init_priority)(struct iowait *wait)) iowait_init() argument
|
H A D | vnic_sdma.c | 186 hfi1_vnic_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) hfi1_vnic_sdma_sleep() argument
|
H A D | vnic.h | 50 bool pkts_sent; member
|
H A D | iowait.h | 364 static inline void iowait_queue(bool pkts_sent, struct iowait *w, in iowait_queue() argument 392 static inline void iowait_starve_clear(bool pkts_sent, struct iowait *w) in iowait_starve_clear() argument
|
H A D | ipoib.h | 115 bool pkts_sent; member
|
H A D | qp.c | 436 iowait_sleep( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *stx, uint seq, bool pkts_sent) iowait_sleep() argument
|
H A D | user_sdma.c | 64 defer_packet_queue( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) defer_packet_queue() argument
|
H A D | ipoib_tx.c | 613 hfi1_ipoib_sdma_sleep(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *txreq, uint seq, bool pkts_sent) hfi1_ipoib_sdma_sleep() argument
|
H A D | verbs.h | 202 bool pkts_sent; member
|
H A D | sdma.c | 2312 sdma_check_progress( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, bool pkts_sent) sdma_check_progress() argument 2353 sdma_send_txreq(struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *tx, bool pkts_sent) sdma_send_txreq() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_vf_device.c | 492 u64 pkts_sent; in cn23xx_vf_msix_interrupt_handler() local
|
H A D | cn23xx_pf_device.c | 946 u64 pkts_sent; in cn23xx_pf_msix_interrupt_handler() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_vf_device.c | 492 u64 pkts_sent; in cn23xx_vf_msix_interrupt_handler() local
|
H A D | cn23xx_pf_device.c | 944 u64 pkts_sent; in cn23xx_pf_msix_interrupt_handler() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 510 static struct pkt *pkt_stream_get_next_rx_pkt(struct pkt_stream *pkt_stream, u32 *pkts_sent) in pkt_stream_get_next_rx_pkt() argument 972 u32 idx_rx = 0, idx_fq = 0, rcvd, pkts_sent = 0; in receive_pkts() local
|