Searched refs:tx_interrupt_mode (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h219 * @tx_interrupt_mode: the TX interrupt mode for the PTP clock
242 enum ice_ptp_tx_interrupt tx_interrupt_mode; member in struct:ice_ptp
H A Dice_ptp.c271 switch (pf->ptp.tx_interrupt_mode) {
2563 switch (pf->ptp.tx_interrupt_mode) {
2575 pf->ptp.tx_interrupt_mode);
3205 pf->ptp.tx_interrupt_mode = ICE_PTP_TX_INTERRUPT_ALL;
3207 pf->ptp.tx_interrupt_mode = ICE_PTP_TX_INTERRUPT_NONE;
3211 pf->ptp.tx_interrupt_mode = ICE_PTP_TX_INTERRUPT_SELF;
H A Dice.h701 return pf->ptp.tx_interrupt_mode != ICE_PTP_TX_INTERRUPT_NONE;

Completed in 137 milliseconds