Searched refs:pfmap (Results 1 – 2 of 2) sorted by relevance
163 unsigned long pfmap; in cgx_notify_pfs() local167 pfmap = cgxlmac_to_pfmap(rvu, event->cgx_id, event->lmac_id); in cgx_notify_pfs()170 pfid = find_first_bit(&pfmap, 16); in cgx_notify_pfs()171 clear_bit(pfid, &pfmap); in cgx_notify_pfs()191 } while (pfmap); in cgx_notify_pfs()
5571 u32 pfmap; in t4_read_rss_pf_map() local5573 t4_tp_pio_read(adapter, &pfmap, 1, TP_RSS_PF_MAP_A, sleep_ok); in t4_read_rss_pf_map()5574 return pfmap; in t4_read_rss_pf_map()