Searched refs:check_for_ack (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 85 if (mbx->ops.check_for_ack) in igb_check_for_ack() 86 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in igb_check_for_ack() 168 if (!countdown || !mbx->ops.check_for_ack) in igb_poll_for_ack() 171 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in igb_poll_for_ack() 463 mbx->ops.check_for_ack = igb_check_for_ack_pf; in igb_init_mbx_params_pf()
|
H A D | e1000_hw.h | 483 s32 (*check_for_ack)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 40 if (!countdown || !mbx->ops.check_for_ack) in ixgbevf_poll_for_ack() 43 while (countdown && mbx->ops.check_for_ack(hw)) { in ixgbevf_poll_for_ack() 477 if (!mbx->ops.write || !mbx->ops.check_for_ack || !mbx->ops.release || in ixgbevf_write_mbx() 495 .check_for_ack = ixgbevf_check_for_ack_vf, 505 .check_for_ack = ixgbevf_check_for_ack_vf,
|
H A D | vf.h | 81 s32 (*check_for_ack)(struct ixgbe_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mbx.c | 85 if (mbx->ops.check_for_ack) in igb_check_for_ack() 86 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in igb_check_for_ack() 168 if (!countdown || !mbx->ops.check_for_ack) in igb_poll_for_ack() 171 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in igb_poll_for_ack() 463 mbx->ops.check_for_ack = igb_check_for_ack_pf; in igb_init_mbx_params_pf()
|
H A D | e1000_hw.h | 483 s32 (*check_for_ack)(struct e1000_hw *hw, u16 mbx_id); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.c | 43 if (!mbx->ops.check_for_ack) in e1000_poll_for_ack() 46 while (countdown && mbx->ops.check_for_ack(hw)) { in e1000_poll_for_ack() 326 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
|
H A D | vf.h | 190 s32 (*check_for_ack)(struct e1000_hw *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.c | 43 if (!mbx->ops.check_for_ack) in e1000_poll_for_ack() 46 while (countdown && mbx->ops.check_for_ack(hw)) { in e1000_poll_for_ack() 326 mbx->ops.check_for_ack = e1000_check_for_ack_vf; in e1000_init_mbx_params_vf()
|
H A D | vf.h | 190 s32 (*check_for_ack)(struct e1000_hw *); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 85 return mbx->ops->check_for_ack(hw, mbx_id); in ixgbe_check_for_ack() 145 while (mbx->ops->check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack() 432 .check_for_ack = ixgbe_check_for_ack_pf,
|
H A D | ixgbe_type.h | 3607 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 85 return mbx->ops->check_for_ack(hw, mbx_id); in ixgbe_check_for_ack() 145 while (mbx->ops->check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack() 432 .check_for_ack = ixgbe_check_for_ack_pf,
|
H A D | ixgbe_type.h | 3611 s32 (*check_for_ack)(struct ixgbe_hw *, u16); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 41 while (countdown && mbx->ops.check_for_ack(hw)) { in ixgbevf_poll_for_ack() 322 .check_for_ack = ixgbevf_check_for_ack_vf,
|
H A D | vf.h | 85 s32 (*check_for_ack)(struct ixgbe_hw *); member
|
Completed in 34 milliseconds