Searched refs:post_xri (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c11385 sli4_cmd_post_xri_t *post_xri = (sli4_cmd_post_xri_t*)mqe; local
11390 status, post_xri->xri_base, post_xri->xri_count);
11391 ocs_hw_reclaim_xri(hw, post_xri->xri_base, post_xri->xri_count);
11411 uint8_t *post_xri; local
11415 post_xri = ocs_malloc(hw->os, SLI4_BMBX_SIZE, OCS_M_NOWAIT);
11416 if (post_xri == NULL) {
11422 if (sli_cmd_post_xri(&hw->sli, post_xri, SLI4_BMBX_SIZE,
11424 rc = ocs_hw_command(hw, post_xri, OCS_CMD_NOWAI
[all...]
H A Dsli4.c872 sli4_cmd_post_xri_t *post_xri = buf; local
876 post_xri->hdr.command = SLI4_MBOX_COMMAND_POST_XRI;
877 post_xri->xri_base = xri_base;
878 post_xri->xri_count = xri_count;
881 post_xri->enx = TRUE;
882 post_xri->val = TRUE;

Completed in 102 milliseconds