Searched refs:dstqid (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c24 u32 dstqid, u32 fpsel,
28 *idt_reg = SET_VAL(IDT_DSTQID, dstqid) |
32 *idt_reg = SET_VAL(IDT_DSTQID, dstqid) |
44 SET_VAL(CLE_DSTQIDL, dbptr->dstqid);
46 buf[5] = SET_VAL(CLE_DSTQIDH, (u32)dbptr->dstqid >> CLE_DSTQIDL_LEN) |
699 u32 fpsel, dstqid, nfpsel, idt_reg, idx; local
707 dstqid = xgene_enet_dst_ring_num(pdata->rx_ring[idx]);
715 xgene_cle_idt_to_hw(pdata, dstqid, fpsel, nfpsel, &idt_reg);
794 dbptr[DB_RES_ACCEPT].dstqid = def_qid;
799 dbptr[DB_RES_DEF].dstqid
23 xgene_cle_idt_to_hw(struct xgene_enet_pdata *pdata, u32 dstqid, u32 fpsel, u32 nfpsel, u32 *idt_reg) argument
[all...]
H A Dxgene_enet_cle.h249 u16 dstqid; member in struct:xgene_cle_dbptr

Completed in 253 milliseconds