Searched refs:cgx_mac_addr_set_or_get (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_dmac_flt.c | 40 struct cgx_mac_addr_set_or_get *req; in otx2_dmacflt_add_pfmac() 41 struct cgx_mac_addr_set_or_get *rsp; in otx2_dmacflt_add_pfmac() 60 rsp = (struct cgx_mac_addr_set_or_get *) in otx2_dmacflt_add_pfmac()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.h | 228 int rvu_npc_exact_mac_addr_set(struct rvu *rvu, struct cgx_mac_addr_set_or_get *req, 229 struct cgx_mac_addr_set_or_get *rsp);
|
D | rvu_cgx.c | 655 struct cgx_mac_addr_set_or_get *req, in rvu_mbox_handler_cgx_mac_addr_set() 656 struct cgx_mac_addr_set_or_get *rsp) in rvu_mbox_handler_cgx_mac_addr_set() 743 struct cgx_mac_addr_set_or_get *req, in rvu_mbox_handler_cgx_mac_addr_get() 744 struct cgx_mac_addr_set_or_get *rsp) in rvu_mbox_handler_cgx_mac_addr_get()
|
D | mbox.h | 151 M(CGX_MAC_ADDR_SET, 0x203, cgx_mac_addr_set, cgx_mac_addr_set_or_get, \ 152 cgx_mac_addr_set_or_get) \ 153 M(CGX_MAC_ADDR_GET, 0x204, cgx_mac_addr_get, cgx_mac_addr_set_or_get, \ 154 cgx_mac_addr_set_or_get) \ 535 struct cgx_mac_addr_set_or_get { struct
|
D | rvu_npc_hash.c | 1736 int rvu_npc_exact_mac_addr_set(struct rvu *rvu, struct cgx_mac_addr_set_or_get *req, in rvu_npc_exact_mac_addr_set() 1737 struct cgx_mac_addr_set_or_get *rsp) in rvu_npc_exact_mac_addr_set()
|