Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c66 unsigned long pfmap; in cgxlmac_to_pf() local
68 pfmap = cgxlmac_to_pfmap(rvu, cgx_id, lmac_id); in cgxlmac_to_pf()
71 if (!pfmap) in cgxlmac_to_pf()
74 return find_first_bit(&pfmap, 16); in cgxlmac_to_pf()
231 unsigned long pfmap; in cgx_notify_pfs() local
235 pfmap = cgxlmac_to_pfmap(rvu, event->cgx_id, event->lmac_id); in cgx_notify_pfs()
238 pfid = find_first_bit(&pfmap, 16); in cgx_notify_pfs()
239 clear_bit(pfid, &pfmap); in cgx_notify_pfs()
259 } while (pfmap); in cgx_notify_pfs()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
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()