Searched refs:get_icft_value (Results 1 – 2 of 2) sorted by relevance
268 rxcount = get_icft_value(rx_queue->rxic); in gfar_gcoalesce()270 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce()
238 #define get_icft_value(ic) (((unsigned long)ic & IC_ICFT_MASK) >> \ macro