Searched refs:wqcb (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 4366 ctx->wqcb = ocs_hw_reqtag_alloc(hw, callback, arg); in ocs_hw_send_frame() 4367 if (ctx->wqcb == NULL) { in ocs_hw_send_frame() 4383 payload->len, OCS_HW_SEND_FRAME_TIMEOUT, xri, ctx->wqcb->instance_index); in ocs_hw_send_frame() 4883 hw_wq_callback_t *wqcb; in ocs_hw_io_abort() local 4955 wqcb = ocs_hw_reqtag_alloc(hw, ocs_hw_wq_process_abort, io_to_abort); in ocs_hw_io_abort() 4956 if (wqcb == NULL) { in ocs_hw_io_abort() 4960 io_to_abort->abort_reqtag = wqcb->instance_index; in ocs_hw_io_abort() 4983 ocs_hw_reqtag_free(hw, wqcb); in ocs_hw_io_abort() 8541 hw_wq_callback_t *wqcb; in ocs_hw_wq_process() local 8553 wqcb = ocs_hw_reqtag_get_instance(hw, rid); in ocs_hw_wq_process() [all …]
|
H A D | ocs_hw.h | 1381 hw_wq_callback_t *wqcb; /**> WQ callback object, request tag */ member 1449 extern void ocs_hw_reqtag_free(ocs_hw_t *hw, hw_wq_callback_t *wqcb);
|
H A D | ocs_unsol.c | 1201 ocs_hw_reqtag_free(hw, ctx->wqcb); in ocs_sframe_common_send_cb()
|