Searched defs:csio_hw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/csiostor/ |
A D | csio_hw.h | 449 struct csio_hw { struct 453 spinlock_t lock; /* Lock for hw */ 463 uint32_t num_sqsets; /* Number of SCSI 474 uint32_t evtflag; /* Event flag */ 475 uint32_t flags; /* HW flags */ 489 int fwevt_iq_idx; /* FW evt queue */ 499 char name[32]; 500 char hw_ver[16]; 524 struct csio_hw_params params; /* Hw parameters */ argument 547 struct csio_hw_chip_ops *chip_ops; /* T4/T5 Chip specific argument [all …]
|
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() 342 csio_mb_port(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_port() 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() 622 csio_mb_iq_free(struct csio_hw *hw, struct csio_mb *mbp, void *priv, in csio_mb_iq_free() 755 csio_mb_eq_ofld_alloc_write(struct csio_hw *hw, struct csio_mb *mbp, in csio_mb_eq_ofld_alloc_write() 949 csio_fcoe_vnp_read_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_read_init_mb() [all …]
|
A D | csio_wr.c | 416 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, in csio_wr_iq_create() 557 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_create() 633 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy() 706 csio_wr_eq_destroy(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_destroy() 1044 void (*iq_handler)(struct csio_hw *, void *, in csio_wr_process_fl() 1130 void (*iq_handler)(struct csio_hw *, void *, in csio_wr_process_iq() argument 1264 void (*iq_handler)(struct csio_hw *, void *, in csio_wr_process_iq_idx() argument
|
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()
|
Completed in 20 milliseconds