Searched defs:ndev (Results 1 - 25 of 447) sorted by path

1234567891011>>

/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_debugfs.h11 static inline void nitrox_debugfs_init(struct nitrox_device *ndev) argument
15 static inline void nitrox_debugfs_exit(struct nitrox_device *ndev) argument
H A Dnitrox_debugfs.c11 struct nitrox_device *ndev = s->private; local
22 struct nitrox_device *ndev = s->private; local
39 struct nitrox_device *ndev = s->private; local
54 nitrox_debugfs_exit(struct nitrox_device *ndev) argument
60 nitrox_debugfs_init(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_dev.h44 struct nitrox_device *ndev; member in struct:nitrox_cmdq
108 struct nitrox_device *ndev; member in union:nitrox_q_vector::__anon226
275 static inline u64 nitrox_read_csr(struct nitrox_device *ndev, u64 offset) argument
286 nitrox_write_csr(struct nitrox_device *ndev, u64 offset, u64 value) argument
292 nitrox_ready(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_hal.c15 static void emu_enable_cores(struct nitrox_device *ndev) argument
40 void nitrox_config_emu_unit(struct nitrox_device *ndev) argument
65 static void reset_pkt_input_ring(struct nitrox_device *ndev, in argument
94 enable_pkt_input_ring(struct nitrox_device *ndev, int ring) argument
120 nitrox_config_pkt_input_rings(struct nitrox_device *ndev) argument
161 reset_pkt_solicit_port(struct nitrox_device *ndev, int port) argument
191 enable_pkt_solicit_port(struct nitrox_device *ndev, int port) argument
218 config_pkt_solicit_port(struct nitrox_device *ndev, int port) argument
236 nitrox_config_pkt_solicit_ports(struct nitrox_device *ndev) argument
250 enable_nps_core_interrupts(struct nitrox_device *ndev) argument
264 nitrox_config_nps_core_unit(struct nitrox_device *ndev) argument
287 enable_nps_pkt_interrupts(struct nitrox_device *ndev) argument
299 nitrox_config_nps_pkt_unit(struct nitrox_device *ndev) argument
309 reset_aqm_ring(struct nitrox_device *ndev, int ring) argument
340 enable_aqm_ring(struct nitrox_device *ndev, int ring) argument
352 nitrox_config_aqm_rings(struct nitrox_device *ndev) argument
399 enable_aqm_interrupts(struct nitrox_device *ndev) argument
412 nitrox_config_aqm_unit(struct nitrox_device *ndev) argument
421 nitrox_config_pom_unit(struct nitrox_device *ndev) argument
440 nitrox_config_rand_unit(struct nitrox_device *ndev) argument
452 nitrox_config_efl_unit(struct nitrox_device *ndev) argument
475 nitrox_config_bmi_unit(struct nitrox_device *ndev) argument
498 nitrox_config_bmo_unit(struct nitrox_device *ndev) argument
510 invalidate_lbc(struct nitrox_device *ndev) argument
532 nitrox_config_lbc_unit(struct nitrox_device *ndev) argument
559 config_nps_core_vfcfg_mode(struct nitrox_device *ndev, enum vf_mode mode) argument
608 nitrox_get_hwinfo(struct nitrox_device *ndev) argument
653 enable_pf2vf_mbox_interrupts(struct nitrox_device *ndev) argument
667 disable_pf2vf_mbox_interrupts(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_isr.c42 static void clear_nps_core_err_intr(struct nitrox_device *ndev) argument
53 static void clear_nps_pkt_err_intr(struct nitrox_device *ndev) argument
111 clear_pom_err_intr(struct nitrox_device *ndev) argument
120 clear_pem_err_intr(struct nitrox_device *ndev) argument
129 clear_lbc_err_intr(struct nitrox_device *ndev) argument
174 clear_efl_err_intr(struct nitrox_device *ndev) argument
195 clear_bmi_err_intr(struct nitrox_device *ndev) argument
207 struct nitrox_device *ndev = qvec->ndev; local
226 struct nitrox_device *ndev = qvec->ndev; local
263 nitrox_unregister_interrupts(struct nitrox_device *ndev) argument
290 nitrox_register_interrupts(struct nitrox_device *ndev) argument
382 nitrox_sriov_unregister_interrupts(struct nitrox_device *ndev) argument
408 nitrox_sriov_register_interupts(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_lib.c27 struct nitrox_device *ndev = cmdq->ndev; local
62 struct nitrox_device *ndev; local
87 static void nitrox_free_aqm_queues(struct nitrox_device *ndev) argument
98 nitrox_alloc_aqm_queues(struct nitrox_device *ndev) argument
138 nitrox_free_pktin_queues(struct nitrox_device *ndev) argument
151 nitrox_alloc_pktin_queues(struct nitrox_device *ndev) argument
188 create_crypto_dma_pool(struct nitrox_device *ndev) argument
202 destroy_crypto_dma_pool(struct nitrox_device *ndev) argument
215 crypto_alloc_context(struct nitrox_device *ndev) argument
269 nitrox_common_sw_init(struct nitrox_device *ndev) argument
295 nitrox_common_sw_cleanup(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_main.c70 static void write_to_ucd_unit(struct nitrox_device *ndev, u32 ucode_size, argument
109 static int nitrox_load_fw(struct nitrox_device *ndev) argument
234 nitrox_add_to_devlist(struct nitrox_device *ndev) argument
261 nitrox_remove_from_devlist(struct nitrox_device *ndev) argument
271 struct nitrox_device *ndev = NULL, *iter; local
290 nitrox_put_device(struct nitrox_device *ndev) argument
317 nitrox_pf_sw_init(struct nitrox_device *ndev) argument
332 nitrox_pf_sw_cleanup(struct nitrox_device *ndev) argument
342 nitrox_bist_check(struct nitrox_device *ndev) argument
367 nitrox_pf_hw_init(struct nitrox_device *ndev) argument
412 struct nitrox_device *ndev; local
526 struct nitrox_device *ndev = pci_get_drvdata(pdev); local
[all...]
H A Dnitrox_mbx.c35 struct nitrox_device *ndev; member in struct:pf2vf_work
39 static inline u64 pf2vf_read_mbox(struct nitrox_device *ndev, int ring) argument
47 static inline void pf2vf_write_mbox(struct nitrox_device *ndev, u64 value, argument
56 static void pf2vf_send_response(struct nitrox_device *ndev, argument
107 struct nitrox_device *ndev local
122 nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev) argument
179 nitrox_mbox_init(struct nitrox_device *ndev) argument
207 nitrox_mbox_cleanup(struct nitrox_device *ndev) argument
[all...]
H A Dnitrox_req.h203 struct nitrox_device *ndev; member in struct:nitrox_crypto_ctx
520 struct nitrox_device *ndev; member in struct:nitrox_softreq
H A Dnitrox_reqmgr.c57 struct nitrox_device *ndev = sr->ndev; local
110 struct nitrox_device *ndev = sr->ndev; local
290 struct nitrox_device *ndev local
320 struct nitrox_device *ndev = cmdq->ndev; local
352 struct nitrox_device *ndev = sr->ndev; local
381 nitrox_process_se_request(struct nitrox_device *ndev, struct se_crypto_request *req, completion_t callback, void *cb_arg) argument
539 struct nitrox_device *ndev = cmdq->ndev; local
[all...]
H A Dnitrox_sriov.c81 static void nitrox_pf_cleanup(struct nitrox_device *ndev) argument
97 static int nitrox_pf_reinit(struct nitrox_device *ndev) argument
126 nitrox_sriov_cleanup(struct nitrox_device *ndev) argument
133 nitrox_sriov_init(struct nitrox_device *ndev) argument
155 struct nitrox_device *ndev = pci_get_drvdata(pdev); local
203 struct nitrox_device *ndev = pci_get_drvdata(pdev); local
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb.h56 struct netup_unidvb_dev *ndev; member in struct:netup_dma
H A Dnetup_unidvb_ci.c46 irqreturn_t netup_ci_interrupt(struct netup_unidvb_dev *ndev) argument
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Denet.c26 int xge_port_reset(struct net_device *ndev) argument
53 static void xge_traffic_resume(struct net_device *ndev) argument
64 void xge_port_init(struct net_device *ndev) argument
H A Dmdio.c63 static void xge_adjust_link(struct net_device *ndev) argument
84 void xge_mdio_remove(struct net_device *ndev) argument
98 int xge_mdio_config(struct net_device *ndev) argument
[all...]
H A Dring.h74 struct net_device *ndev; member in struct:xge_desc_ring
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.h33 struct net_device *ndev; member in struct:lio_vf_rep_desc
/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h300 struct net_device *ndev; member in struct:moxart_mac_priv_t
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h27 static inline unsigned int cxgb3i_get_private_ipv4addr(struct net_device *ndev) argument
32 static inline void cxgb3i_set_private_ipv4addr(struct net_device *ndev, argument
/linux-master/drivers/base/
H A Disa.c113 int isa_register_driver(struct isa_driver *isa_driver, unsigned int ndev) argument
/linux-master/drivers/edac/
H A Dskx_base.c84 int i = 0, ndev = 0; local
H A Dskx_common.c246 int ndev = 0; local
/linux-master/drivers/infiniband/core/
H A Daddr.c507 struct net_device *ndev = READ_ONCE(dst->dev); local
474 copy_src_l2_addr(struct rdma_dev_addr *dev_addr, const struct sockaddr *dst_in, const struct dst_entry *dst, const struct net_device *ndev) argument
528 struct net_device *ndev; local
[all...]
H A Dcache.c82 struct net_device *ndev; member in struct:roce_gid_ndev_storage
297 struct net_device *ndev; local
641 ib_cache_gid_del_all_netdev_gids(struct ib_device *ib_dev, u32 port, struct net_device *ndev) argument
683 rdma_find_gid_by_port(struct ib_device *ib_dev, const union ib_gid *gid, enum ib_gid_type gid_type, u32 port, struct net_device *ndev) argument
837 ib_cache_gid_set_default_gid(struct ib_device *ib_dev, u32 port, struct net_device *ndev, unsigned long gid_type_mask, enum ib_cache_gid_default_mode mode) argument
1015 rdma_find_gid(struct ib_device *device, const union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev) argument
1261 struct net_device *ndev; local
1357 struct net_device *ndev = ERR_PTR(-EINVAL); local
1409 struct net_device *ndev; local
1462 struct net_device *ndev; local
[all...]
H A Dcma.c448 static int cma_igmp_send(struct net_device *ndev, union ib_gid *mgid, bool join) argument
692 struct net_device *ndev = NULL; local
1649 struct net_device *ndev; local
1993 struct net_device *ndev = NULL; local
3109 struct net_device *ndev; local
3138 struct net_device *ndev; local
3223 iboe_tos_to_sl(struct net_device *ndev, int tos) argument
3275 struct net_device *ndev; local
4799 struct net_device *ndev; local
4970 struct net_device *ndev = NULL; local
5095 cma_netdev_change(struct net_device *ndev, struct rdma_id_private *id_priv) argument
5124 struct net_device *ndev = netdev_notifier_info_to_dev(ptr); local
[all...]

Completed in 346 milliseconds

1234567891011>>