Home
last modified time | relevance | path

Searched refs:csio_mb (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_mb.h114 struct csio_mb { struct
125 void (*mb_cbfn) (struct csio_hw *, struct csio_mb *); argument
137 struct csio_mb *mcurrent; /* Current mailbox */ argument
150 enum fw_retval csio_mb_fw_retval(struct csio_mb *);
153 void csio_mb_hello(struct csio_hw *, struct csio_mb *, uint32_t,
155 void (*)(struct csio_hw *, struct csio_mb *));
157 void csio_mb_process_hello_rsp(struct csio_hw *, struct csio_mb *,
161 void csio_mb_bye(struct csio_hw *, struct csio_mb *, uint32_t,
162 void (*)(struct csio_hw *, struct csio_mb *));
164 void csio_mb_reset(struct csio_hw *, struct csio_mb *, uint32_t, int, int,
[all …]
H A Dcsio_mb.c56 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 …]
H A Dcsio_wr.c338 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_create_rsp()
418 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_iq_create() argument
420 struct csio_mb *mbp; in csio_wr_iq_create()
520 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp()
559 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_create() argument
561 struct csio_mb *mbp; in csio_wr_eq_create()
608 csio_wr_iq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_destroy_rsp()
633 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy() argument
636 struct csio_mb *mbp; in csio_wr_iq_destroy()
682 csio_wr_eq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_destroy_rsp()
[all …]
H A DMakefile13 csio_mb.o csio_rnode.o csio_wr.o
H A Dcsio_wr.h481 struct csio_mb;
487 void (*)(struct csio_hw *, struct csio_mb *));
489 void (*)(struct csio_hw *, struct csio_mb *));
H A Dcsio_lnode.c615 csio_ln_vnp_read_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_vnp_read_cbfn()
681 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_vnp_read() argument
684 struct csio_mb *mbp; in csio_ln_vnp_read()
721 struct csio_mb *mbp; in csio_fcoe_enable_link()
783 csio_ln_read_fcf_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_read_fcf_cbfn()
832 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_read_fcf_entry() argument
835 struct csio_mb *mbp; in csio_ln_read_fcf_entry()
1389 struct csio_mb *mbp; in csio_get_phy_port_stats()
H A Dcsio_hw.c918 struct csio_mb *mbp; in csio_do_hello()
1065 struct csio_mb *mbp; in csio_do_bye()
1105 struct csio_mb *mbp; in csio_do_reset()
1143 csio_hw_validate_caps(struct csio_hw *hw, struct csio_mb *mbp) in csio_hw_validate_caps()
1189 struct csio_mb *mbp; in csio_hw_fw_halt()
1357 struct csio_mb *mbp; in csio_get_device_params()
1445 struct csio_mb *mbp; in csio_config_device_caps()
1778 struct csio_mb *mbp; in csio_enable_ports()
1877 struct csio_mb *mbp; in csio_get_fcoe_resinfo()
1927 struct csio_mb *mbp; in csio_hw_check_fwconfig()
[all …]
H A Dcsio_attr.c420 struct csio_mb *mbp; in csio_fcoe_alloc_vnp()
500 struct csio_mb *mbp; in csio_fcoe_free_vnp()
H A Dcsio_init.c470 sizeof(struct csio_mb)); in csio_resource_alloc()