Searched defs:csio_hw (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 449 struct csio_hw { struct 450 struct csio_sm sm; /* State machine: should 453 spinlock_t lock; /* Lock for hw */ 455 struct csio_scsim scsim; /* SCSI module*/ 456 struct csio_wrm wrm; /* Work request module*/ 457 struct pci_dev *pdev; /* PCI device */ 459 void __iomem *regstart; /* Virtual address of 463 uint32_t num_sqsets; /* Number of SCSI 465 uint32_t num_scsi_msix_cpus; /* Number of CPUs that 471 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU]; [all …]
|
| H A D | csio_mb.c | 76 csio_mb_hello(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_hello() 140 csio_mb_bye(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_bye() 162 csio_mb_reset(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_reset() 196 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_mb_params() 300 csio_mb_caps_config(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_caps_config() 342 csio_mb_port(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_port() 413 csio_mb_initialize(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_initialize() 440 csio_mb_iq_alloc(struct csio_hw *hw, struct csio_mb *mbp, void *priv, in csio_mb_iq_alloc() 485 csio_mb_iq_write(struct csio_hw *hw, struct csio_mb *mbp, void *priv, in csio_mb_iq_write() 571 csio_mb_iq_alloc_write(struct csio_hw *hw, struct csio_mb *mbp, void *priv, in csio_mb_iq_alloc_write() [all …]
|
| H A D | csio_lnode.c | 680 csio_ln_vnp_read(struct csio_lnode *ln, in csio_ln_vnp_read() 831 csio_ln_read_fcf_entry(struct csio_lnode *ln, in csio_ln_read_fcf_entry() 1805 csio_ln_mgmt_submit_req(struct csio_ioreq *io_req, in csio_ln_mgmt_submit_req()
|