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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c865 * @param xri_count Number of XRIs provided to the SLI Port.
870 sli_cmd_post_xri(sli4_t *sli4, void *buf, size_t size, uint16_t xri_base, uint16_t xri_count) argument
878 post_xri->xri_count = xri_count;
907 release_xri->xri_count = num_xri;
3646 sli4->config.extent[SLI_RSRC_FCOE_XRI].size = read_config->xri_count;
5973 * @param xri_count XRI
5978 * if non-embedded mbx command is used, dma buffer must be at least (32 + xri_count*16) in length
5984 uint16_t xri, uint32_t xri_count, ocs_dma_t *page0[], ocs_dma_t *page1[], ocs_dma_t *dma)
6010 * 4 = xri_start + xri_count
5983 sli_cmd_fcoe_post_sgl_pages(sli4_t *sli4, void *buf, size_t size, uint16_t xri, uint32_t xri_count, ocs_dma_t *page0[], ocs_dma_t *page1[], ocs_dma_t *dma) argument
[all...]
H A Dsli4.h708 xri_count:12, member in struct:sli4_cmd_post_xri_s
726 xri_count:5, member in struct:sli4_cmd_release_xri_s
764 xri_count:16; member in struct:sli4_res_read_config_s
3811 xri_count:16; member in struct:sli4_req_fcoe_post_sgl_pages_s
H A Docs_hw.c11342 * @param xri_count The number of XRIs to free from the base.
11345 ocs_hw_reclaim_xri(ocs_hw_t *hw, uint16_t xri_base, uint16_t xri_count) argument
11350 for (i = 0; i < xri_count; i++) {
11390 status, post_xri->xri_base, post_xri->xri_count);
11391 ocs_hw_reclaim_xri(hw, post_xri->xri_base, post_xri->xri_count);

Completed in 214 milliseconds