Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c890 void *netb; in fcoet_dbuf_alloc() local
921 netb = ss->ss_eport->eport_alloc_netb( in fcoet_dbuf_alloc()
924 if (netb == NULL) { in fcoet_dbuf_alloc()
933 FCOET_SET_NETB(dbuf, idx, netb); in fcoet_dbuf_alloc()
948 netb = ss->ss_eport->eport_alloc_netb( in fcoet_dbuf_alloc()
952 if (netb == NULL) { in fcoet_dbuf_alloc()
962 FCOET_SET_NETB(dbuf, idx, netb); in fcoet_dbuf_alloc()
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c63 static void fcoe_free_netb(void *netb);
266 fcoe_free_netb(void *netb) in fcoe_free_netb() argument
268 freeb((mblk_t *)netb); in fcoe_free_netb()
/titanic_41/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);