Searched refs:naddr (Results 26 - 34 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h614 struct netbuf *naddr; member in struct:rdc_host_u
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h462 unsigned int viid, bool free, unsigned int naddr, const u8 **addr,
H A Dt4_hw.c4448 * @naddr: the number of MAC addresses to allocate filters for (up to 7)
4456 * have at least @naddr entries, each of which will be set to the index of
4466 bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash,
4472 unsigned int rem = naddr;
4474 if (naddr > NUM_MPS_CLS_SRAM_L_INSTANCES)
4477 for (offset = 0; offset < naddr; /* */) {
4465 t4_alloc_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) argument
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2605 int nnet, naddr, err = 0, j; local
2615 naddr = 0; /* number of addresses */
2696 naddr = j; /* the actual number of addresses in the net resource */
2697 assert(naddr <= nnet);
2751 astr, naddr, DLADM_OPT_ACTIVE);
2802 for (j = 0; j < naddr; j++)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c2414 caddr_t naddr; local
2426 naddr = buf->dtbd_data + offs +
2431 *((dtrace_aggvarid_t *)naddr);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2011 x86_old_bootpath_name_addr_match(dev_info_t *cdip, char *caddr, char *naddr) argument
2169 strcmp(bootdev_oldaddr, naddr) == 0) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h417 int naddr; /* total supported addresses */ member in struct:bge_multi_mac
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c4343 * The callback to query all the factory addresses. naddr must be the same as
4346 * naddr * MAXMACADDRLEN.
4349 nxge_m_getfactaddr(void *arg, uint_t naddr, uint8_t *addr) argument
4358 ASSERT(naddr == mmac_info->num_factory_mmac);
4360 for (i = 0; i < naddr; i++) {
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c4296 split_addr(char *naddr, int *dev, int *func) argument
4304 while (c = *naddr++) {

Completed in 121 milliseconds

12