Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c2322 uint8_t *post_sgl; in ocs_hw_rqpair_auto_xfer_rdy_move_to_port() local
2327 post_sgl = ocs_malloc(hw->os, SLI4_BMBX_SIZE, OCS_M_NOWAIT); in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
2328 if (post_sgl == NULL) { in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
2332 if (sli_cmd_fcoe_post_sgl_pages(&hw->sli, post_sgl, SLI4_BMBX_SIZE, in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
2334 if (ocs_hw_command(hw, post_sgl, OCS_CMD_NOWAIT, in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()
2336 ocs_free(hw->os, post_sgl, SLI4_BMBX_SIZE); in ocs_hw_rqpair_auto_xfer_rdy_move_to_port()