Searched refs:fpsel (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_cle.c | 24 u32 dstqid, u32 fpsel, in xgene_cle_idt_to_hw() argument 29 SET_VAL(IDT_FPSEL1, fpsel) | in xgene_cle_idt_to_hw() 33 SET_VAL(IDT_FPSEL, fpsel) | in xgene_cle_idt_to_hw() 42 buf[4] = SET_VAL(CLE_FPSEL, dbptr->fpsel) | in xgene_cle_dbptr_to_hw() 699 u32 fpsel, dstqid, nfpsel, idt_reg, idx; in xgene_cle_set_rss_idt() local 706 fpsel = xgene_enet_get_fpsel(pool_id); in xgene_cle_set_rss_idt() 715 xgene_cle_idt_to_hw(pdata, dstqid, fpsel, nfpsel, &idt_reg); in xgene_cle_set_rss_idt() 792 dbptr[DB_RES_ACCEPT].fpsel = def_fpsel; in xgene_enet_cle_init() 797 dbptr[DB_RES_DEF].fpsel = def_fpsel; in xgene_enet_cle_init()
|
H A D | xgene_enet_xgmac.c | 417 u32 cb, fpsel, nxtfpsel; in xgene_enet_xgcle_bypass() local 424 fpsel = xgene_enet_get_fpsel(bufpool_id); in xgene_enet_xgcle_bypass() 428 CFG_CLE_FPSEL0_SET(&cb, fpsel); in xgene_enet_xgcle_bypass() 431 pr_info("+ cle_bypass: fpsel: %d nxtfpsel: %d\n", fpsel, nxtfpsel); in xgene_enet_xgcle_bypass()
|
H A D | xgene_enet_sgmac.c | 488 u32 data, fpsel, nxtfpsel; in xgene_enet_cle_bypass() local 501 fpsel = xgene_enet_get_fpsel(bufpool_id); in xgene_enet_cle_bypass() 503 data = CFG_CLE_DSTQID0(dst_ring_num) | CFG_CLE_FPSEL0(fpsel) | in xgene_enet_cle_bypass()
|
H A D | xgene_enet_cle.h | 248 u8 fpsel; member
|
H A D | xgene_enet_hw.c | 633 u32 fpsel, nxtfpsel; in xgene_enet_cle_bypass() local 635 fpsel = xgene_enet_get_fpsel(bufpool_id); in xgene_enet_cle_bypass() 646 CFG_CLE_FPSEL0_SET(&cb, fpsel); in xgene_enet_cle_bypass()
|