Searched refs:ocs_hw_rq_buffer_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_node.h81 ocs_hw_rq_buffer_t *header; /**< completion header buffer */
82 ocs_hw_rq_buffer_t *payload; /**< completion payload buffers */
H A Docs_hw.h305 } ocs_hw_rq_buffer_t; typedef in typeref:struct:__anon7558
757 ocs_hw_rq_buffer_t *header;
758 ocs_hw_rq_buffer_t *payload; /**< received frame payload buffer */
784 ocs_hw_rq_buffer_t header; /**< Points to the dummy data header */
785 ocs_hw_rq_buffer_t payload; /**< received frame payload buffer */
1223 ocs_hw_rq_buffer_t *hdr_buf;
1224 ocs_hw_rq_buffer_t *fb_buf;
1225 ocs_hw_rq_buffer_t *payload_buf;
H A Docs_hw.c11584 * @return Returns the pointer to the allocated ocs_hw_rq_buffer_t array.
11586 static ocs_hw_rq_buffer_t *
11590 ocs_hw_rq_buffer_t *rq_buf = NULL;
11591 ocs_hw_rq_buffer_t *prq;
11627 ocs_hw_rx_buffer_free(ocs_hw_t *hw, ocs_hw_rq_buffer_t *rq_buf, uint32_t count)
11631 ocs_hw_rq_buffer_t *prq;

Completed in 88 milliseconds