Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_mb.h120 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 …]
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.c336 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 …]
DMakefile12 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_hw.c823 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 …]
Dcsio_lnode.c597 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()
Dcsio_attr.c408 struct csio_mb *mbp; in csio_fcoe_alloc_vnp()
489 struct csio_mb *mbp; in csio_fcoe_free_vnp()
Dcsio_init.c479 sizeof(struct csio_mb)); in csio_resource_alloc()