Searched defs:returned (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c84 * B_TRUE if the buffer was returned to the pool, or B_FALSE if it
92 boolean_t returned = B_FALSE; local
102 returned = B_TRUE;
105 return (returned);

Completed in 57 milliseconds