Searched refs:pfmap (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 67 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() 239 if (!pfmap) { in cgx_notify_pfs() 246 pfid = find_first_bit(&pfmap, in cgx_notify_pfs() 248 clear_bit(pfid, &pfmap); in cgx_notify_pfs() 268 } while (pfmap); in cgx_notify_pfs()
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5558 u32 pfmap; in t4_read_rss_pf_map() local 5560 t4_tp_pio_read(adapter, &pfmap, 1, TP_RSS_PF_MAP_A, sleep_ok); in t4_read_rss_pf_map() 5561 return pfmap; in t4_read_rss_pf_map()
|