Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnic.h348 /* `tx_ptp_skbs` is set when the hardware is sending a packet that
354 * So `tx_ptp_skbs` prevents driver from submitting more than one
357 atomic_t tx_ptp_skbs; member
H A Dnicvf_main.c633 atomic_set(&nic->tx_ptp_skbs, 0); in nicvf_snd_ptp_handler()
1514 atomic_set(&nic->tx_ptp_skbs, 0); in nicvf_open()
H A Dnicvf_queues.c1402 if (!atomic_add_unless(&nic->pnicvf->tx_ptp_skbs, 1, 1)) in nicvf_sq_add_hdr_subdesc()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnic.h348 /* `tx_ptp_skbs` is set when the hardware is sending a packet that
354 * So `tx_ptp_skbs` prevents driver from submitting more than one
357 atomic_t tx_ptp_skbs; member
H A Dnicvf_main.c630 atomic_set(&nic->tx_ptp_skbs, 0); in nicvf_snd_ptp_handler()
1510 atomic_set(&nic->tx_ptp_skbs, 0); in nicvf_open()
H A Dnicvf_queues.c1403 if (!atomic_add_unless(&nic->pnicvf->tx_ptp_skbs, 1, 1)) in nicvf_sq_add_hdr_subdesc()

Completed in 13 milliseconds