Searched refs:fifoh (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.c348 vp->vpath->fifoh = fifo;
466 * @fifoh: Fifo to be reset
473 vxge_hal_fifo_h fifoh,
477 __hal_fifo_t *fifo = (__hal_fifo_t *) fifoh;
481 vxge_assert(fifoh != NULL);
489 (ptr_t) fifoh, reopen);
530 * @fifoh: Fifo to be reset
536 vxge_hal_fifo_h fifoh)
540 __hal_fifo_t *fifo = (__hal_fifo_t *) fifoh;
542 vxge_assert(fifoh !
472 __hal_fifo_abort( vxge_hal_fifo_h fifoh, vxge_hal_reopen_e reopen) argument
535 __hal_fifo_reset( vxge_hal_fifo_h fifoh) argument
[all...]
H A Dvxgehal-fifo.h190 vxge_hal_fifo_h fifoh,
H A Dvxgehal-channel.c208 vpath->fifoh = (vxge_hal_fifo_h) channel;
302 vpath->fifoh = 0;
H A Dvxgehal-virtualpath.h91 * @fifoh: FIFO Queue
147 vxge_hal_fifo_h fifoh; member in struct:__hal_virtualpath_t
H A Dvxgehal-virtualpath.c4466 if (vpath->fifoh == NULL) {
6225 if (got_tx && (vp->vpath->fifoh != NULL))
6354 if (vpath->fifoh == NULL) {
6427 if (vpath->fifoh == NULL) {
6489 if (vpath->fifoh == NULL) {
6851 if (vpath->fifoh != NULL)
6868 if (vpath->fifoh != NULL)
6926 if (vpath->fifoh != NULL)
6947 if (vpath->fifoh != NULL)
7635 fifo = (__hal_fifo_t *) vpath->fifoh;
[all...]
H A Dvxgehal-mgmtaux.c2944 fifo = (__hal_fifo_t *) vpath->fifoh;

Completed in 309 milliseconds