Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2396 if (state->id_type == IBD_PORT_DRIVER) { in ibd_register_mac()
4507 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_getcapab()
4571 if (state->id_type == IBD_PORT_DRIVER) { in ibd_m_setprop()
4668 if (state->id_type == IBD_PORT_DRIVER) { in ibd_m_propinfo()
5852 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_start()
6157 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_stop()
6176 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_unicst()
6229 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_multicst()
6387 if (state->id_type == IBD_PORT_DRIVER) in ibd_m_promisc()
7460 if (state->id_type == IBD_PORT_DRIVER) { in ibd_m_tx()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h753 #define IBD_PORT_DRIVER 0x1 macro