Searched refs:mac_alloc (Results 1 - 25 of 74) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c133 mac = mac_alloc(MAC_VERSION);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbu.c394 if ((mr = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h48 * MAC_VERSION. This is used by mac_alloc() mac_register() to
438 uint_t m_version; /* set by mac_alloc() */
467 extern mac_register_t *mac_alloc(uint_t);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c815 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
817 "mac_alloc(MAC_VERSION=%d) failed", MAC_VERSION);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c329 mac = mac_alloc(MAC_VERSION);
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c360 if ((mac = mac_alloc(MAC_VERSION)) == NULL)
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c476 macp = mac_alloc(MAC_VERSION);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c1075 mac_register_t *mac = mac_alloc(MAC_VERSION);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c1221 if ((mrp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c461 if ((mac = mac_alloc(MAC_VERSION)) == NULL)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c1109 if ((macp = mac_alloc(MAC_VERSION)) == NULL)
2706 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1270 macp = mac_alloc(MAC_VERSION);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1822 if ((macp = mac_alloc(MAC_VERSION)) == NULL)
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c883 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c88 mac_alloc(uint_t mac_version) function
114 * mac_alloc() function, and can be freed using mac_free() immediately upon
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c379 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1801 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1348 if (!(macr = mac_alloc(MAC_VERSION))) {
1349 VMXNET3_WARN(dp, "mac_alloc() failed\n");
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c517 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
518 afe_error(dip, "mac_alloc failed");
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c2723 if ((macp = mac_alloc(MAC_VERSION)) == NULL)
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c3009 if ((pMac = mac_alloc(MAC_VERSION)) == NULL)
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c382 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c406 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
407 pcn_error(pcnp->pcn_dip, "mac_alloc failed");
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c511 if ((macp = mac_alloc(MAC_VERSION)) == NULL) {
512 cmn_err(CE_WARN, "mac_alloc fail.");
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1775 if ((macp = mac_alloc(MAC_VERSION)) == NULL)

Completed in 213 milliseconds

123