Home
last modified time | relevance | path

Searched refs:npi_mac_port_attr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.h338 stat = npi_mac_port_attr(handle, OP_SET, portn, (npi_attr_t *)&p);\
345 stat = npi_mac_port_attr(handle, OP_SET, portn, (npi_attr_t *)&p);\
353 stat = npi_mac_port_attr(handle, OP_SET, portn, (npi_attr_t *)&p);\
362 stat = npi_mac_port_attr(handle, OP_SET, portn, (npi_attr_t *)&p);\
367 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
375 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
385 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
396 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
473 npi_status_t npi_mac_port_attr(npi_handle_t, io_op_t, uint8_t,
H A Dnpi_mac.c881 npi_mac_port_attr(npi_handle_t handle, io_op_t op, uint8_t portn, in npi_mac_port_attr() function