Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_hw_queues.c607 if (sli_fc_rq_alloc(&hw->sli, rq->hdr, in hw_new_rq()
626 if (sli_fc_rq_alloc(&hw->sli, rq->data, in hw_new_rq()
Dsli4.h5613 extern int32_t sli_fc_rq_alloc(sli4_t *, sli4_queue_t *, uint32_t, uint32_t, sli4_queue_t *, uint16…
Dsli4.c8572 sli_fc_rq_alloc(sli4_t *sli4, sli4_queue_t *q, in sli_fc_rq_alloc() function