Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
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 …]
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 …]
Dcsio_wr.c337 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_create_rsp()
417 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_iq_create() argument
419 struct csio_mb *mbp; in csio_wr_iq_create()
519 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp()
558 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_create() argument
560 struct csio_mb *mbp; in csio_wr_eq_create()
607 csio_wr_iq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_destroy_rsp()
632 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy() argument
635 struct csio_mb *mbp; in csio_wr_iq_destroy()
681 csio_wr_eq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_destroy_rsp()
[all …]
DMakefile13 csio_mb.o csio_rnode.o csio_wr.o
Dcsio_wr.h481 struct csio_mb;
487 void (*)(struct csio_hw *, struct csio_mb *));
489 void (*)(struct csio_hw *, struct csio_mb *));
Dcsio_lnode.c612 csio_ln_vnp_read_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_vnp_read_cbfn()
678 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_vnp_read() argument
681 struct csio_mb *mbp; in csio_ln_vnp_read()
718 struct csio_mb *mbp; in csio_fcoe_enable_link()
780 csio_ln_read_fcf_cbfn(struct csio_hw *hw, struct csio_mb *mbp) in csio_ln_read_fcf_cbfn()
829 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_ln_read_fcf_entry() argument
832 struct csio_mb *mbp; in csio_ln_read_fcf_entry()
1387 struct csio_mb *mbp; in csio_get_phy_port_stats()
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 …]
Dcsio_attr.c420 struct csio_mb *mbp; in csio_fcoe_alloc_vnp()
501 struct csio_mb *mbp; in csio_fcoe_free_vnp()
Dcsio_init.c479 sizeof(struct csio_mb)); in csio_resource_alloc()