Lines Matching defs:naddr
9065 * @naddr: the number of MAC addresses to allocate filters for (up to 7)
9073 * have at least @naddr entries, each of which will be set to the index of
9082 unsigned int viid, bool free, unsigned int naddr,
9089 unsigned int rem = naddr;
9091 if (naddr > max_naddr)
9094 for (offset = 0; offset < naddr ; /**/) {
9246 * @naddr: the number of MAC addresses to allocate filters for (up to 7)
9255 unsigned int viid, unsigned int naddr,
9262 unsigned int rem = naddr;
9264 if (naddr > max_naddr)
9267 for (offset = 0; offset < (int)naddr ; /**/) {
11473 * @naddr: the number of MAC addresses
11477 unsigned int naddr, u8 *addr)
11490 cmd.nmac = naddr;