Searched refs:IQ_INSTR_PENDING (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.h35 #define IQ_INSTR_PENDING(iq) ({ typeof(iq) iq__ = (iq); \ macro
40 (iq_)->max_count - IQ_INSTR_PENDING(iq_); \
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h50 #define IQ_INSTR_PENDING(iq) ({ typeof(iq) iq__ = (iq); \ macro
55 (iq_)->max_count - IQ_INSTR_PENDING(iq_); \

Completed in 142 milliseconds