Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h127 struct efct_hw;
222 struct efct_hw *hw;
366 struct efct_hw { struct
475 struct efct_hw *hw; argument
515 struct efct_hw *hw;
566 struct efct_hw *hw;
593 int efct_hw_init(struct efct_hw *hw);
597 efct_hw_init_queues(struct efct_hw *hw);
599 efct_hw_map_wq_cpu(struct efct_hw *hw);
601 efct_get_wwnn(struct efct_hw *hw);
[all …]
H A Defct_hw.c166 struct efct_hw *hw = ctx; in efct_hw_cb_link()
364 struct efct_hw *hw = io->hw; in efct_hw_wq_process_io()
882 efct_hw_init(struct efct_hw *hw) in efct_hw_init()
1153 efct_get_wwnn(struct efct_hw *hw) in efct_get_wwnn()
1163 efct_get_wwpn(struct efct_hw *hw) in efct_get_wwpn()
1551 struct efct_hw *hw = &efct->hw; in efct_issue_mbox_rqst()
1658 struct efct_hw *hw = io->hw; in efct_hw_io_free_internal()
1850 struct efct_hw *hw = io->hw; in efct_hw_wq_process_abort()
2499 efct_hw_flush(struct efct_hw *hw) in efct_hw_flush()
2571 struct efct_hw *hw = &efct->hw; in efct_hw_bls_send()
[all …]
H A Defct_hw_queues.c12 efct_hw_init_queues(struct efct_hw *hw) in efct_hw_init_queues()
96 efct_hw_map_wq_cpu(struct efct_hw *hw) in efct_hw_map_wq_cpu()
128 efct_hw_new_eq(struct efct_hw *hw, u32 entry_count) in efct_hw_new_eq()
161 struct efct_hw *hw = eq->hw; in efct_hw_new_cq()
196 struct efct_hw *hw = eqs[0]->hw; in efct_hw_new_cq_set()
246 struct efct_hw *hw = cq->eq->hw; in efct_hw_new_mq()
277 struct efct_hw *hw = cq->eq->hw; in efct_hw_new_wq()
313 struct efct_hw *hw = cqs[0]->eq->hw; in efct_hw_new_rq_set()
457 struct efct_hw *hw = NULL; in efct_hw_del_rq()
471 efct_hw_queue_teardown(struct efct_hw *hw) in efct_hw_queue_teardown()
[all …]
H A Defct_driver.h77 struct efct_hw hw;
H A Defct_unsol.c211 struct efct_hw *hw = ctx->hw; in efct_sframe_common_send_cb()
227 struct efct_hw *hw = &efct->hw; in efct_sframe_common_send()
H A Defct_scsi.c201 efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio, in efct_scsi_build_sgls()
253 efct_scsi_check_pending_async_cb(struct efct_hw *hw, int status, in efct_scsi_check_pending_async_cb()
/openbmc/linux/drivers/scsi/elx/
H A DMakefile11 efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \