Searched refs:ocs_command_ctx_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_hw.c | 359 ocs_list_init(&hw->cmd_head, ocs_command_ctx_t, link); in ocs_hw_setup() 360 ocs_list_init(&hw->cmd_pending, ocs_command_ctx_t, link); in ocs_hw_setup() 2242 ocs_command_ctx_t *ctx; in ocs_hw_cmd_submit_pending() 2333 ocs_command_ctx_t *ctx = NULL; in ocs_hw_command() 2335 ctx = ocs_malloc(hw->os, sizeof(ocs_command_ctx_t), OCS_M_ZERO | OCS_M_NOWAIT); in ocs_hw_command() 9042 ocs_command_ctx_t *ctx = NULL; in ocs_hw_command_process() 9065 ocs_memset(ctx, 0, sizeof(ocs_command_ctx_t)); in ocs_hw_command_process() 9066 ocs_free(hw->os, ctx, sizeof(ocs_command_ctx_t)); in ocs_hw_command_process() 9695 ocs_command_ctx_t *ctx = ocs_list_get_head(&hw->cmd_head); in ocs_hw_command_cancel()
|
| H A D | ocs_hw.h | 454 } ocs_command_ctx_t; typedef
|