Home
last modified time | relevance | path

Searched refs:pfmap (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c163 unsigned long pfmap; in cgx_notify_pfs() local
167 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c5571 u32 pfmap; in t4_read_rss_pf_map() local
5573 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()