Searched refs:netb (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c890 void *netb; local
921 netb = ss->ss_eport->eport_alloc_netb(
924 if (netb == NULL) {
930 FCOET_LOG("fcoe_dbuf_alloc", "no netb");
933 FCOET_SET_NETB(dbuf, idx, netb);
948 netb = ss->ss_eport->eport_alloc_netb(
952 if (netb == NULL) {
958 FCOET_LOG("fcoe_dbuf_alloc", "no netb");
962 FCOET_SET_NETB(dbuf, idx, netb);
/opensolaris-onvv-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c63 static void fcoe_free_netb(void *netb);
266 fcoe_free_netb(void *netb) argument
268 freeb((mblk_t *)netb);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h136 uint32_t this_fc_frame_size, void *netb);
140 void (*eport_free_netb)(void *netb);

Completed in 113 milliseconds