Home
last modified time | relevance | path

Searched refs:nmac (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c2212 if (cmd.nmac < *naddr) in t4vf_get_vf_mac_acl()
2213 *naddr = cmd.nmac; in t4vf_get_vf_mac_acl()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c2213 if (cmd.nmac < *naddr) in t4vf_get_vf_mac_acl()
2214 *naddr = cmd.nmac; in t4vf_get_vf_mac_acl()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7638 * @nmac: number of MAC addresses needed (1 to 5)
7646 * @mac should be large enough to hold @nmac Ethernet addresses, they are
7647 * stored consecutively so the space needed is @nmac * 6 bytes.
7651 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
7663 c.nmac = nmac - 1; in t4_alloc_vi()
7671 switch (nmac) { in t4_alloc_vi()
10266 cmd.nmac = naddr; in t4_set_vf_mac_acl()
7650 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, u8 *vivld, u8 *vin) t4_alloc_vi() argument
H A Dt4fw_api.h2202 u8 nmac; member
2558 u8 nmac; member
H A Dcxgb4.h2000 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7608 * @nmac: number of MAC addresses needed (1 to 5)
7616 * @mac should be large enough to hold @nmac Ethernet addresses, they are
7617 * stored consecutively so the space needed is @nmac * 6 bytes.
7621 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
7633 c.nmac = nmac - 1; in t4_alloc_vi()
7641 switch (nmac) { in t4_alloc_vi()
10235 cmd.nmac = naddr; in t4_set_vf_mac_acl()
7620 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, u8 *vivld, u8 *vin) t4_alloc_vi() argument
H A Dt4fw_api.h2204 u8 nmac; member
2560 u8 nmac; member
H A Dcxgb4.h1996 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,

Completed in 64 milliseconds