Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dmac_flt.c11 u32 *dmac_index) in otx2_dmacflt_do_add() argument
31 *dmac_index = rsp->index; in otx2_dmacflt_do_add()
38 static int otx2_dmacflt_add_pfmac(struct otx2_nic *pf, u32 *dmac_index) in otx2_dmacflt_add_pfmac() argument
52 req->index = *dmac_index; in otx2_dmacflt_add_pfmac()
68 *dmac_index = rsp->index; in otx2_dmacflt_add_pfmac()
90 u32 dmac_index) in otx2_dmacflt_do_remove() argument
102 req->index = dmac_index; in otx2_dmacflt_do_remove()
110 static int otx2_dmacflt_remove_pfmac(struct otx2_nic *pf, u32 dmac_index) in otx2_dmacflt_remove_pfmac() argument
121 req->index = dmac_index; in otx2_dmacflt_remove_pfmac()