Searched refs:ocs_command_ctx_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 369 ocs_list_init(&hw->cmd_head, ocs_command_ctx_t, link); in ocs_hw_setup() 370 ocs_list_init(&hw->cmd_pending, ocs_command_ctx_t, link); in ocs_hw_setup() 2252 ocs_command_ctx_t *ctx; in ocs_hw_cmd_submit_pending() 2343 ocs_command_ctx_t *ctx = NULL; in ocs_hw_command() 2345 ctx = ocs_malloc(hw->os, sizeof(ocs_command_ctx_t), OCS_M_ZERO | OCS_M_NOWAIT); in ocs_hw_command() 9059 ocs_command_ctx_t *ctx = NULL; in ocs_hw_command_process() 9082 ocs_memset(ctx, 0, sizeof(ocs_command_ctx_t)); in ocs_hw_command_process() 9083 ocs_free(hw->os, ctx, sizeof(ocs_command_ctx_t)); in ocs_hw_command_process() 9712 ocs_command_ctx_t *ctx = ocs_list_get_head(&hw->cmd_head); in ocs_hw_command_cancel()
|
H A D | ocs_hw.h | 452 } ocs_command_ctx_t; typedef
|