Home
last modified time | relevance | path

Searched refs:npi_mac_hostinfo_entry (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c435 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_logical_mac_assign_rdc_table()
467 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_main_mac_assign_rdc_table()
472 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_main_mac_assign_rdc_table()
475 rs |= npi_mac_hostinfo_entry(handle, OP_SET, in nxge_main_mac_assign_rdc_table()
510 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_alt_mcast_mac_assign_rdc_table()
515 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_alt_mcast_mac_assign_rdc_table()
H A Dnxge_fzc.c1012 rs = npi_mac_hostinfo_entry(handle, OP_SET, in nxge_init_fzc_rxdma_port()
H A Dnxge_main.c4152 if (npi_mac_hostinfo_entry(nxgep->npi_handle, OP_SET, in nxge_altmac_set()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.h463 npi_status_t npi_mac_hostinfo_entry(npi_handle_t, io_op_t,
H A Dnpi_mac.c671 npi_mac_hostinfo_entry(npi_handle_t handle, io_op_t op, uint8_t portn, in npi_mac_hostinfo_entry() function