/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_mb.h | 120 struct csio_mb { struct 131 void (*mb_cbfn) (struct csio_hw *, struct csio_mb *); argument 142 struct csio_mb *mcurrent; /* Current mailbox */ argument 155 enum fw_retval csio_mb_fw_retval(struct csio_mb *); 158 void csio_mb_hello(struct csio_hw *, struct csio_mb *, uint32_t, 160 void (*)(struct csio_hw *, struct csio_mb *)); 162 void csio_mb_process_hello_rsp(struct csio_hw *, struct csio_mb *, 166 void csio_mb_bye(struct csio_hw *, struct csio_mb *, uint32_t, 167 void (*)(struct csio_hw *, struct csio_mb *)); 169 void csio_mb_reset(struct csio_hw *, struct csio_mb *, uint32_t, int, int, [all …]
|
D | csio_mb.c | 56 csio_mb_fw_retval(struct csio_mb *mbp) in csio_mb_fw_retval() 76 csio_mb_hello(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_hello() argument 78 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_mb_hello() 108 csio_mb_process_hello_rsp(struct csio_hw *hw, struct csio_mb *mbp, in csio_mb_process_hello_rsp() 140 csio_mb_bye(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_bye() argument 141 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_mb_bye() 162 csio_mb_reset(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_reset() argument 164 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_mb_reset() 193 csio_mb_params(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_params() argument 196 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_mb_params() [all …]
|
D | csio_wr.c | 336 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_create_rsp() 416 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_iq_create() argument 418 struct csio_mb *mbp; in csio_wr_iq_create() 516 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp() 555 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_create() argument 557 struct csio_mb *mbp; in csio_wr_eq_create() 604 csio_wr_iq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_destroy_rsp() 629 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy() argument 632 struct csio_mb *mbp; in csio_wr_iq_destroy() 678 csio_wr_eq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_destroy_rsp() [all …]
|
D | Makefile | 12 csio_mb.o csio_rnode.o csio_wr.o
|
D | csio_wr.h | 481 struct csio_mb; 487 void (*)(struct csio_hw *, struct csio_mb *)); 489 void (*)(struct csio_hw *, struct csio_mb *));
|
D | csio_hw.c | 823 struct csio_mb *mbp; in csio_do_hello() 970 struct csio_mb *mbp; in csio_do_bye() 1010 struct csio_mb *mbp; in csio_do_reset() 1048 csio_hw_validate_caps(struct csio_hw *hw, struct csio_mb *mbp) in csio_hw_validate_caps() 1094 struct csio_mb *mbp; in csio_hw_fw_halt() 1262 struct csio_mb *mbp; in csio_get_device_params() 1350 struct csio_mb *mbp; in csio_config_device_caps() 1414 struct csio_mb *mbp; in csio_enable_ports() 1484 struct csio_mb *mbp; in csio_get_fcoe_resinfo() 1534 struct csio_mb *mbp; in csio_hw_check_fwconfig() [all …]
|
D | csio_lnode.c | 597 csio_ln_vnp_read_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_vnp_read_cbfn() 663 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_vnp_read() argument 666 struct csio_mb *mbp; in csio_ln_vnp_read() 703 struct csio_mb *mbp; in csio_fcoe_enable_link() 765 csio_ln_read_fcf_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_read_fcf_cbfn() 814 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_read_fcf_entry() argument 817 struct csio_mb *mbp; in csio_ln_read_fcf_entry() 1372 struct csio_mb *mbp; in csio_get_phy_port_stats()
|
D | csio_attr.c | 408 struct csio_mb *mbp; in csio_fcoe_alloc_vnp() 489 struct csio_mb *mbp; in csio_fcoe_free_vnp()
|
D | csio_init.c | 479 sizeof(struct csio_mb)); in csio_resource_alloc()
|