Home
last modified time | relevance | path

Searched defs:snic (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/scsi/snic/
Dsnic.h266 struct snic { struct
271 spinlock_t snic_lock; argument
277 struct snic_disc disc; argument
302 struct snic_msix_entry msix[SNIC_MSIX_INTR_MAX]; argument
308 /* Maintain snic specific commands, cmds with no tag in spl_cmd_list */ argument
315 struct vnic_snic_config config; argument
320 struct snic_fw_info fwinfo; argument
331 struct snic_stats s_stats; /* Per SNIC driver stats */ argument
335 struct dentry *stats_host; /* Per snic debugfs root */ argument
336 struct dentry *stats_file; /* Per snic debugfs file */ argument
[all …]
Dsnic_io.c39 struct snic *snic = svnic_dev_priv(wq->vdev); in snic_wq_cmpl_frame_send() local
63 struct snic *snic = svnic_dev_priv(vdev); in snic_wq_cmpl_handler_cont() local
80 snic_wq_cmpl_handler(struct snic *snic, int work_to_do) in snic_wq_cmpl_handler()
101 struct snic *snic = svnic_dev_priv(wq->vdev); in snic_free_wq_buf() local
132 snic_select_wq(struct snic *snic) in snic_select_wq()
141 snic_wqdesc_avail(struct snic *snic, int q_num, int req_type) in snic_wqdesc_avail()
162 snic_queue_wq_desc(struct snic *snic, void *os_buf, u16 len) in snic_queue_wq_desc()
217 snic_handle_untagged_req(struct snic *snic, struct snic_req_info *rqi) in snic_handle_untagged_req()
233 snic_req_init(struct snic *snic, int sg_cnt) in snic_req_init()
285 snic_abort_req_init(struct snic *snic, struct snic_req_info *rqi) in snic_abort_req_init()
[all …]
Dsnic_scsi.c112 snic_io_lock_hash(struct snic *snic, struct scsi_cmnd *sc) in snic_io_lock_hash()
120 snic_io_lock_tag(struct snic *snic, int tag) in snic_io_lock_tag()
127 snic_release_req_buf(struct snic *snic, in snic_release_req_buf()
163 snic_queue_icmnd_req(struct snic *snic, in snic_queue_icmnd_req()
241 snic_issue_scsi_req(struct snic *snic, in snic_issue_scsi_req()
337 struct snic *snic = shost_priv(shost); in snic_queuecommand() local
378 snic_proc_tmreq_pending_state(struct snic *snic, in snic_proc_tmreq_pending_state()
410 snic_process_io_failed_state(struct snic *snic, in snic_process_io_failed_state()
499 snic_process_icmnd_cmpl_status(struct snic *snic, in snic_process_icmnd_cmpl_status()
546 snic_icmnd_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_icmnd_cmpl_handler()
[all …]
Dsnic_isr.c37 struct snic *snic = data; in snic_isr_msix_wq() local
55 struct snic *snic = data; in snic_isr_msix_io_cmpl() local
73 struct snic *snic = data; in snic_isr_msix_err_notify() local
89 snic_free_intr(struct snic *snic) in snic_free_intr()
103 snic_request_intr(struct snic *snic) in snic_request_intr()
157 snic_set_intr_mode(struct snic *snic) in snic_set_intr_mode()
190 snic_clear_intr_mode(struct snic *snic) in snic_clear_intr_mode()
Dsnic_main.c80 struct snic *snic = shost_priv(sdev->host); in snic_slave_configure() local
101 struct snic *snic = shost_priv(sdev->host); in snic_change_queue_depth() local
143 snic_handle_link_event(struct snic *snic) in snic_handle_link_event()
165 snic_notify_set(struct snic *snic) in snic_notify_set()
229 snic_cleanup(struct snic *snic) in snic_cleanup()
273 snic_iounmap(struct snic *snic) in snic_iounmap()
285 struct snic *snic = svnic_dev_priv(vdev); in snic_vdev_open_done() local
342 snic_get_state(struct snic *snic) in snic_get_state()
348 snic_set_state(struct snic *snic, enum snic_state state) in snic_set_state()
364 struct snic *snic; in snic_probe() local
[all …]
Dsnic_res.c33 snic_get_vnic_config(struct snic *snic) in snic_get_vnic_config()
120 snic_get_res_counts(struct snic *snic) in snic_get_res_counts()
132 snic_free_vnic_res(struct snic *snic) in snic_free_vnic_res()
147 snic_alloc_vnic_res(struct snic *snic) in snic_alloc_vnic_res()
282 snic_log_q_error(struct snic *snic) in snic_log_q_error()
Dsnic_disc.c80 snic_queue_report_tgt_req(struct snic *snic) in snic_queue_report_tgt_req()
185 snic_tgt_lookup(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_lookup()
248 snic_tgt_create(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_create()
337 struct snic *snic = container_of(work, struct snic, tgt_work); in snic_handle_tgt_disc() local
394 snic_report_tgt_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_report_tgt_cmpl_handler()
464 snic_disc_term(struct snic *snic) in snic_disc_term()
480 snic_disc_start(struct snic *snic) in snic_disc_start()
521 struct snic *snic = container_of(work, struct snic, disc_work); in snic_handle_disc() local
541 snic_tgt_del_all(struct snic *snic) in snic_tgt_del_all()
Dsnic_ctl.c40 struct snic *snic = container_of(work, struct snic, link_work); in snic_handle_link() local
106 snic_queue_exch_ver_req(struct snic *snic) in snic_queue_exch_ver_req()
155 snic_io_exch_ver_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_io_exch_ver_cmpl_handler()
237 snic_get_conf(struct snic *snic) in snic_get_conf()
Dsnic_attrs.c28 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_sym_name() local
38 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_state() local
57 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_link_state() local
Dsnic_debugfs.c111 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_read() local
140 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_write() local
201 struct snic *snic = (struct snic *) sfp->private; in snic_stats_show() local
395 snic_stats_debugfs_init(struct snic *snic) in snic_stats_debugfs_init()
453 snic_stats_debugfs_remove(struct snic *snic) in snic_stats_debugfs_remove()
Dsnic_io.h88 struct snic *snic; /* Associated snic */ member
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c759 struct nicvf *snic = nic; in nicvf_rcv_pkt_handler() local
1238 struct nicvf *snic; in nicvf_xmit() local
Dnicvf_ethtool.c288 struct nicvf *snic; in nicvf_get_sset_count() local