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

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c2213 if (cmd.nmac < *naddr)
2214 *naddr = cmd.nmac;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1996 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
H A Dt4fw_api.h2204 u8 nmac; member in struct:fw_vi_cmd
2560 u8 nmac; member in struct:fw_acl_mac_cmd
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,
7633 c.nmac = nmac - 1;
7641 switch (nmac) {
10235 cmd.nmac = naddr;
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) argument

Completed in 588 milliseconds