Searched refs:efct_hw (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.h | 127 struct efct_hw; 137 int (*cb)(struct efct_hw *hw, int status, u8 *mqe, void *arg); 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; 587 efct_hw_get_link_speed(struct efct_hw *hw) { in efct_hw_get_link_speed() 592 efct_hw_setup(struct efct_hw *hw, void *os, struct pci_dev *pdev); 593 int efct_hw_init(struct efct_hw *hw); [all …]
|
H A D | efct_hw.c | 34 efct_hw_link_event_init(struct efct_hw *hw) in efct_hw_link_event_init() 47 efct_hw_read_max_dump_size(struct efct_hw *hw) in efct_hw_read_max_dump_size() 79 __efct_read_topology_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg) in __efct_read_topology_cb() 166 struct efct_hw *hw = ctx; in efct_hw_cb_link() 230 efct_hw_setup(struct efct_hw *hw, void *os, struct pci_dev *pdev) in efct_hw_setup() 242 memset(hw, 0, sizeof(struct efct_hw)); in efct_hw_setup() 319 efct_logfcfi(struct efct_hw *hw, u32 j, u32 i, u32 id) in efct_logfcfi() 353 efct_hw_io_restore_sgl(struct efct_hw *hw, struct efct_hw_io *io) in efct_hw_io_restore_sgl() 364 struct efct_hw *hw = io->hw; in efct_hw_wq_process_io() 478 efct_hw_setup_io(struct efct_hw *hw) in efct_hw_setup_io() [all …]
|
H A D | efct_hw_queues.c | 12 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 D | efct_driver.h | 77 struct efct_hw hw;
|
H A D | efct_unsol.c | 211 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 D | efct_scsi.c | 201 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()
|
/linux/drivers/scsi/elx/ |
H A D | Makefile | 11 efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \
|