Searched defs:q_index (Results 1 – 3 of 3) sorted by relevance
48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
394 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
400 u32 q_index = adapter->rx_queue.index; in ibmveth_rxq_recycle_buffer() local