Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A Dsnic.h252 struct snic { struct
257 spinlock_t snic_lock; argument
263 struct snic_disc disc; argument
288 struct snic_msix_entry msix[SNIC_MSIX_INTR_MAX]; argument
294 /* Maintain snic specific commands, cmds with no tag in spl_cmd_list */ argument
301 struct vnic_snic_config config; argument
306 struct snic_fw_info fwinfo; argument
317 struct snic_stats s_stats; /* Per SNIC driver stats */ argument
321 struct dentry *stats_host; /* Per snic debugfs root */ argument
322 struct dentry *stats_file; /* Per snic debugfs file */ argument
[all …]
H A Dsnic_io.c25 struct snic *snic = svnic_dev_priv(wq->vdev); in snic_wq_cmpl_frame_send() local
49 struct snic *snic = svnic_dev_priv(vdev); in snic_wq_cmpl_handler_cont() local
66 snic_wq_cmpl_handler(struct snic *snic, int work_to_do) in snic_wq_cmpl_handler()
87 struct snic *snic = svnic_dev_priv(wq->vdev); in snic_free_wq_buf() local
119 snic_select_wq(struct snic *snic) in snic_select_wq()
128 snic_wqdesc_avail(struct snic *snic, int q_num, int req_type) in snic_wqdesc_avail()
149 snic_queue_wq_desc(struct snic *snic, void *os_buf, u16 len) in snic_queue_wq_desc()
220 snic_req_init(struct snic *snic, int sg_cnt) in snic_req_init()
303 snic_dr_req_init(struct snic *snic, struct snic_req_info *rqi) in snic_dr_req_init()
328 snic_req_free(struct snic *snic, struct snic_req_info *rqi) in snic_req_free()
[all …]
H A Dsnic_scsi.c113 snic_release_req_buf(struct snic *snic, in snic_release_req_buf()
149 snic_queue_icmnd_req(struct snic *snic, in snic_queue_icmnd_req()
226 snic_issue_scsi_req(struct snic *snic, in snic_issue_scsi_req()
322 struct snic *snic = shost_priv(shost); in snic_queuecommand() local
1285 snic_queue_itmf_req(struct snic *snic, in snic_queue_itmf_req()
1334 snic_issue_tm_req(struct snic *snic, in snic_issue_tm_req()
1389 snic_queue_abort_req(struct snic *snic, in snic_queue_abort_req()
1990 snic_queue_dr_req(struct snic *snic, in snic_queue_dr_req()
2125 struct snic *snic = shost_priv(shost); in snic_device_reset() local
2305 struct snic *snic = shost_priv(shost); in snic_reset() local
[all …]
H A Dsnic_isr.c23 struct snic *snic = data; in snic_isr_msix_wq() local
41 struct snic *snic = data; in snic_isr_msix_io_cmpl() local
59 struct snic *snic = data; in snic_isr_msix_err_notify() local
75 snic_free_intr(struct snic *snic) in snic_free_intr()
89 snic_request_intr(struct snic *snic) in snic_request_intr()
143 snic_set_intr_mode(struct snic *snic) in snic_set_intr_mode()
176 snic_clear_intr_mode(struct snic *snic) in snic_clear_intr_mode()
H A Dsnic_main.c66 struct snic *snic = shost_priv(sdev->host); in snic_slave_configure() local
87 struct snic *snic = shost_priv(sdev->host); in snic_change_queue_depth() local
128 snic_handle_link_event(struct snic *snic) in snic_handle_link_event()
150 snic_notify_set(struct snic *snic) in snic_notify_set()
214 snic_cleanup(struct snic *snic) in snic_cleanup()
258 snic_iounmap(struct snic *snic) in snic_iounmap()
270 struct snic *snic = svnic_dev_priv(vdev); in snic_vdev_open_done() local
327 snic_get_state(struct snic *snic) in snic_get_state()
333 snic_set_state(struct snic *snic, enum snic_state state) in snic_set_state()
349 struct snic *snic; in snic_probe() local
[all …]
H A Dsnic_res.c19 snic_get_vnic_config(struct snic *snic) in snic_get_vnic_config()
106 snic_get_res_counts(struct snic *snic) in snic_get_res_counts()
118 snic_free_vnic_res(struct snic *snic) in snic_free_vnic_res()
133 snic_alloc_vnic_res(struct snic *snic) in snic_alloc_vnic_res()
268 snic_log_q_error(struct snic *snic) in snic_log_q_error()
H A Dsnic_disc.c66 snic_queue_report_tgt_req(struct snic *snic) in snic_queue_report_tgt_req()
172 snic_tgt_lookup(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_lookup()
235 snic_tgt_create(struct snic *snic, struct snic_tgt_id *tgtid) in snic_tgt_create()
327 struct snic *snic = container_of(work, struct snic, tgt_work); in snic_handle_tgt_disc() local
384 snic_report_tgt_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_report_tgt_cmpl_handler()
454 snic_disc_term(struct snic *snic) in snic_disc_term()
470 snic_disc_start(struct snic *snic) in snic_disc_start()
511 struct snic *snic = container_of(work, struct snic, disc_work); in snic_handle_disc() local
531 snic_tgt_del_all(struct snic *snic) in snic_tgt_del_all()
H A Dsnic_ctl.c26 struct snic *snic = container_of(work, struct snic, link_work); in snic_handle_link() local
92 snic_queue_exch_ver_req(struct snic *snic) in snic_queue_exch_ver_req()
138 snic_io_exch_ver_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) in snic_io_exch_ver_cmpl_handler()
217 snic_get_conf(struct snic *snic) in snic_get_conf()
H A Dsnic_debugfs.c77 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_read() local
106 struct snic *snic = (struct snic *) filp->private_data; in snic_reset_stats_write() local
167 struct snic *snic = (struct snic *) sfp->private; in snic_stats_show() local
342 void snic_stats_debugfs_init(struct snic *snic) in snic_stats_debugfs_init()
368 snic_stats_debugfs_remove(struct snic *snic) in snic_stats_debugfs_remove()
H A Dsnic_attrs.c14 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_sym_name() local
24 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_state() local
43 struct snic *snic = shost_priv(class_to_shost(dev)); in snic_show_link_state() local
H A Dsnic_io.h74 struct snic *snic; /* Associated snic */ member
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c777 struct nicvf *snic = nic; in nicvf_rcv_pkt_handler() local
1256 struct nicvf *snic; in nicvf_xmit() local
H A Dnicvf_ethtool.c284 struct nicvf *snic; in nicvf_get_sset_count() local