Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cgx.c67 unsigned long pfmap; in cgxlmac_to_pf() local
69 pfmap = cgxlmac_to_pfmap(rvu, cgx_id, lmac_id); in cgxlmac_to_pf()
72 if (!pfmap) in cgxlmac_to_pf()
75 return find_first_bit(&pfmap, in cgxlmac_to_pf()
234 unsigned long pfmap; in cgx_notify_pfs() local
238 pfmap = cgxlmac_to_pfmap(rvu, event->cgx_id, event->lmac_id); in cgx_notify_pfs()
241 pfid = find_first_bit(&pfmap, in cgx_notify_pfs()
243 clear_bit(pfid, &pfmap); in cgx_notify_pfs()
263 } while (pfmap); in cgx_notify_pfs()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.c5556 u32 pfmap; in t4_read_rss_pf_map() local
5558 t4_tp_pio_read(adapter, &pfmap, 1, TP_RSS_PF_MAP_A, sleep_ok); in t4_read_rss_pf_map()
5559 return pfmap; in t4_read_rss_pf_map()

Completed in 20 milliseconds