Searched refs:item_buf (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c195 unsigned char item_buf[sizeof(vxge_queue_item_t) + local
198 (vxge_queue_item_t *) (void *)item_buf;
537 unsigned char item_buf[sizeof(vxge_queue_item_t) + local
539 vxge_queue_item_t *item = (vxge_queue_item_t *) (void *)item_buf;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c157 unsigned char item_buf[sizeof(xge_queue_item_t) + local
159 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
160 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +
420 unsigned char item_buf[sizeof(xge_queue_item_t) + local
422 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
423 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +
H A Dxgehal-device.c6768 unsigned char item_buf[sizeof(xge_queue_item_t) + local
6770 xge_queue_item_t *item = (xge_queue_item_t *)(void *)item_buf;
6777 xge_os_memzero(item_buf, (sizeof(xge_queue_item_t) +

Completed in 100 milliseconds