Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
A 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 …]
A 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
133 snic_select_wq(struct snic *snic) in snic_select_wq()
142 snic_wqdesc_avail(struct snic *snic, int q_num, int req_type) in snic_wqdesc_avail()
163 snic_queue_wq_desc(struct snic *snic, void *os_buf, u16 len) in snic_queue_wq_desc()
234 snic_req_init(struct snic *snic, int sg_cnt) in snic_req_init()
317 snic_dr_req_init(struct snic *snic, struct snic_req_info *rqi) in snic_dr_req_init()
342 snic_req_free(struct snic *snic, struct snic_req_info *rqi) in snic_req_free()
[all …]
A Dsnic_scsi.c127 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()
240 snic_issue_scsi_req(struct snic *snic, in snic_issue_scsi_req()
336 struct snic *snic = shost_priv(shost); in snic_queuecommand() local
1304 snic_queue_itmf_req(struct snic *snic, in snic_queue_itmf_req()
1353 snic_issue_tm_req(struct snic *snic, in snic_issue_tm_req()
1408 snic_queue_abort_req(struct snic *snic, in snic_queue_abort_req()
2009 snic_queue_dr_req(struct snic *snic, in snic_queue_dr_req()
2144 struct snic *snic = shost_priv(shost); in snic_device_reset() local
2324 struct snic *snic = shost_priv(shost); in snic_reset() local
[all …]
A 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()
A 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
142 snic_handle_link_event(struct snic *snic) in snic_handle_link_event()
164 snic_notify_set(struct snic *snic) in snic_notify_set()
228 snic_cleanup(struct snic *snic) in snic_cleanup()
272 snic_iounmap(struct snic *snic) in snic_iounmap()
284 struct snic *snic = svnic_dev_priv(vdev); in snic_vdev_open_done() local
341 snic_get_state(struct snic *snic) in snic_get_state()
347 snic_set_state(struct snic *snic, enum snic_state state) in snic_set_state()
363 struct snic *snic; in snic_probe() local
[all …]
A 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()
A Dsnic_disc.c80 snic_queue_report_tgt_req(struct snic *snic) in snic_queue_report_tgt_req()
186 snic_tgt_lookup(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_lookup()
249 snic_tgt_create(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_create()
338 struct snic *snic = container_of(work, struct snic, tgt_work); in snic_handle_tgt_disc() local
395 snic_report_tgt_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_report_tgt_cmpl_handler()
465 snic_disc_term(struct snic *snic) in snic_disc_term()
481 snic_disc_start(struct snic *snic) in snic_disc_start()
522 struct snic *snic = container_of(work, struct snic, disc_work); in snic_handle_disc() local
542 snic_tgt_del_all(struct snic *snic) in snic_tgt_del_all()
A 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()
152 snic_io_exch_ver_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_io_exch_ver_cmpl_handler()
231 snic_get_conf(struct snic *snic) in snic_get_conf()
A Dsnic_debugfs.c91 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_read() local
120 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_write() local
181 struct snic *snic = (struct snic *) sfp->private; in snic_stats_show() local
356 void snic_stats_debugfs_init(struct snic *snic) in snic_stats_debugfs_init()
382 snic_stats_debugfs_remove(struct snic *snic) in snic_stats_debugfs_remove()
A 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
A Dsnic_io.h88 struct snic *snic; /* Associated snic */ member
/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_main.c777 struct nicvf *snic = nic; in nicvf_rcv_pkt_handler() local
1256 struct nicvf *snic; in nicvf_xmit() local
A Dnicvf_ethtool.c284 struct nicvf *snic; in nicvf_get_sset_count() local

Completed in 21 milliseconds