Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h1185 ocs_hw_io_t *send_frame_io; member
H A Docs_hw.c992 wq->send_frame_io = ocs_hw_io_alloc(hw); in ocs_hw_init()
993 if (wq->send_frame_io == NULL) { in ocs_hw_init()
998 hw->hw_wq[0]->send_frame_io = ocs_hw_io_alloc(hw); in ocs_hw_init()
999 if (hw->hw_wq[0]->send_frame_io == NULL) { in ocs_hw_init()
4379 xri = wq->send_frame_io->indicator; in ocs_hw_send_frame()