Home
last modified time | relevance | path

Searched refs:IQ_INSTR_SPACE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_main.h39 #define IQ_INSTR_SPACE(iq) ({ typeof(iq) iq_ = (iq); \ macro
Doctep_vf_tx.c91 compl_bytes, IQ_INSTR_SPACE(iq), in octep_vf_iq_process_completions()
Doctep_vf_main.c565 ret = netif_subqueue_maybe_stop(iq->netdev, iq->q_no, IQ_INSTR_SPACE(iq), in octep_vf_iq_full_check()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h54 #define IQ_INSTR_SPACE(iq) ({ typeof(iq) iq_ = (iq); \ macro
Doctep_tx.c92 (IQ_INSTR_SPACE(iq) > in octep_iq_process_completions()
Doctep_main.c805 if (likely((IQ_INSTR_SPACE(iq)) > in octep_iq_full_check()
822 if (unlikely(IQ_INSTR_SPACE(iq) > in octep_iq_full_check()