Searched refs:nic (Results 1 - 25 of 63) sorted by last modified time

123

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c58 static void otx2_get_egress_burst_cfg(struct otx2_nic *nic, u32 burst, argument
64 if (is_dev_otx2(nic->pdev)) {
122 u64 otx2_get_txschq_rate_regval(struct otx2_nic *nic, argument
130 otx2_get_egress_burst_cfg(nic, burst, &burst_exp, &burst_mantissa);
133 if (is_dev_otx2(nic->pdev)) {
150 static int otx2_set_matchall_egress_rate(struct otx2_nic *nic, argument
153 struct otx2_hw *hw = &nic->hw;
160 mutex_lock(&nic->mbox.lock);
161 req = otx2_mbox_alloc_msg_nix_txschq_cfg(&nic->mbox);
163 mutex_unlock(&nic
177 otx2_tc_validate_flow(struct otx2_nic *nic, struct flow_action *actions, struct netlink_ext_ack *extack) argument
233 otx2_tc_egress_matchall_install(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls) argument
277 otx2_tc_egress_matchall_delete(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls) argument
293 otx2_tc_act_set_hw_police(struct otx2_nic *nic, struct otx2_tc_flow *node) argument
328 otx2_tc_act_set_police(struct otx2_nic *nic, struct otx2_tc_flow *node, struct flow_cls_offload *f, u64 rate, u32 burst, u32 mark, struct npc_install_flow_req *req, bool pps) argument
361 otx2_tc_update_mcast(struct otx2_nic *nic, struct npc_install_flow_req *req, struct netlink_ext_ack *extack, struct otx2_tc_flow *node, struct nix_mcast_grp_update_req *ureq, u8 num_intf) argument
434 otx2_tc_parse_actions(struct otx2_nic *nic, struct flow_action *flow_action, struct npc_install_flow_req *req, struct flow_cls_offload *f, struct otx2_tc_flow *node) argument
559 otx2_tc_process_vlan(struct otx2_nic *nic, struct flow_msg *flow_spec, struct flow_msg *flow_mask, struct flow_rule *rule, struct npc_install_flow_req *req, bool is_inner) argument
615 otx2_tc_prepare_flow(struct otx2_nic *nic, struct otx2_tc_flow *node, struct flow_cls_offload *f, struct npc_install_flow_req *req) argument
1027 otx2_add_mcam_flow_entry(struct otx2_nic *nic, struct npc_install_flow_req *req) argument
1053 otx2_del_mcam_flow_entry(struct otx2_nic *nic, u16 entry, u16 *cntr_val) argument
1094 otx2_tc_update_mcam_table_del_req(struct otx2_nic *nic, struct otx2_flow_config *flow_cfg, struct otx2_tc_flow *node) argument
1133 otx2_tc_update_mcam_table_add_req(struct otx2_nic *nic, struct otx2_flow_config *flow_cfg, struct otx2_tc_flow *node) argument
1164 otx2_tc_update_mcam_table(struct otx2_nic *nic, struct otx2_flow_config *flow_cfg, struct otx2_tc_flow *node, bool add_req) argument
1175 otx2_tc_del_flow(struct otx2_nic *nic, struct flow_cls_offload *tc_flow_cmd) argument
1231 otx2_tc_add_flow(struct otx2_nic *nic, struct flow_cls_offload *tc_flow_cmd) argument
1333 otx2_tc_get_flow_stats(struct otx2_nic *nic, struct flow_cls_offload *tc_flow_cmd) argument
1390 otx2_setup_tc_cls_flower(struct otx2_nic *nic, struct flow_cls_offload *cls_flower) argument
1405 otx2_tc_ingress_matchall_install(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls) argument
1454 otx2_tc_ingress_matchall_delete(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls) argument
1470 otx2_setup_tc_ingress_matchall(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls_matchall) argument
1489 struct otx2_nic *nic = cb_priv; local
1514 otx2_setup_tc_egress_matchall(struct otx2_nic *nic, struct tc_cls_matchall_offload *cls_matchall) argument
1533 struct otx2_nic *nic = cb_priv; local
1553 struct otx2_nic *nic = netdev_priv(netdev); local
1588 otx2_init_tc(struct otx2_nic *nic) argument
1603 otx2_shutdown_tc(struct otx2_nic *nic) argument
1609 otx2_tc_config_ingress_rule(struct otx2_nic *nic, struct otx2_tc_flow *node) argument
1632 otx2_tc_apply_ingress_police_rules(struct otx2_nic *nic) argument
[all...]
H A Dotx2_pf.c2779 static int otx2_check_pf_usable(struct otx2_nic *nic) argument
2783 rev = otx2_read64(nic, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_RVUM));
2790 dev_warn(nic->dev,
H A Dotx2_common.h318 struct otx2_nic *nic; member in struct:otx2_ptp
617 static inline void __iomem *otx2_get_regaddr(struct otx2_nic *nic, u64 offset) argument
623 blkaddr = nic->nix_blkaddr;
636 return nic->reg_base + offset;
639 static inline void otx2_write64(struct otx2_nic *nic, u64 offset, u64 val) argument
641 void __iomem *addr = otx2_get_regaddr(nic, offset);
646 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) argument
648 void __iomem *addr = otx2_get_regaddr(nic, offset);
1069 int otx2_init_tc(struct otx2_nic *nic);
1070 void otx2_shutdown_tc(struct otx2_nic *nic);
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c578 handle = &hdev->vport[0].nic;
1667 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
1674 hdev->htqp[i].q.handle = &vport->nic;
1698 struct hnae3_handle *nic = &vport->nic;
1699 struct hnae3_knic_private_info *kinfo = &nic->kinfo;
1724 struct hnae3_handle *nic = &vport->nic;
1728 kinfo = &nic->kinfo;
1766 struct hnae3_handle *nic
1695 struct hnae3_handle *nic = &vport->nic; local
1721 struct hnae3_handle *nic = &vport->nic; local
1763 struct hnae3_handle *nic = &vport->nic; local
2445 struct hnae3_handle *nic = &vport->nic; local
10317 struct hnae3_handle *nic = &vport->nic; local
[all...]
H A Dhclge_trace.h27 __string(devname, hdev->vport[0].nic.kinfo.netdev->name)
36 __assign_str(devname, hdev->vport[0].nic.kinfo.netdev->name);
59 __string(devname, hdev->vport[0].nic.kinfo.netdev->name)
67 __assign_str(devname, hdev->vport[0].nic.kinfo.netdev->name);
H A Dhclge_tm.c273 hdev->vport[0].nic.kinfo.tc_map_mode = HNAE3_TC_MAP_MODE_PRIO;
274 hdev->vport[0].nic.kinfo.dscp_app_cnt = 0;
276 hdev->vport[0].nic.kinfo.dscp_prio[i] = HNAE3_PRIO_ID_INVALID;
292 pri_id = hdev->vport[0].nic.kinfo.dscp_prio[i];
301 pri_id = hdev->vport[0].nic.kinfo.dscp_prio[j];
589 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
637 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
658 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
677 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
717 struct hnae3_knic_private_info *kinfo = &vport->nic
[all...]
H A Dhclge_main.h174 /* in the bar4, the first half is for roce, and the second half is for nic */
920 u16 num_nic_msi; /* Num of nic vectors for this PF */
1069 struct hnae3_handle nic;
1066 struct hnae3_handle nic; member in struct:hclge_vport
H A Dhclge_mbx.c196 if (req->msg.param[i].tqp_index >= vport->nic.kinfo.rss_size) {
199 vport->nic.kinfo.rss_size - 1U);
207 hclge_get_queue_id(vport->nic.kinfo.tqp
223 hclge_get_queue_id(vport->nic.kinfo.tqp
337 struct hnae3_handle *handle = &vport->nic;
442 struct hnae3_handle *handle = &vport->nic;
493 struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
522 queue_info->rss_size = cpu_to_le16(vport->nic.kinfo.rss_size);
627 struct hnae3_handle *handle = &vport->nic;
728 struct hnae3_handle *handle = &vport->nic;
[all...]
H A Dhclge_dcb.c431 vport->nic.kinfo.tc_map_mode = HNAE3_TC_MAP_MODE_DSCP;
474 vport->nic.kinfo.tc_map_mode = HNAE3_TC_MAP_MODE_PRIO;
611 kinfo = &vport->nic.kinfo;
679 kinfo = &vport->nic.kinfo;
H A Dhclge_debugfs.c1188 struct hnae3_knic_private_info *kinfo = &hdev->vport[0].nic.kinfo;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c71 struct nic *nic = arg; local
73 if (netif_queue_stopped(nic->netdev))
74 netif_wake_queue(nic->netdev);
77 static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type) argument
84 nic->stats.rx_dropped++;
86 nic->stats.rx_packets++;
87 nic->stats.rx_bytes += len;
95 struct nic *ni local
214 struct nic *nic = netdev_priv(skb_in->dev); local
337 struct nic *nic = netdev_priv(dev); local
403 struct nic *nic = netdev_priv(dev); local
497 struct nic *nic = netdev_priv(dev); local
522 struct nic *nic = netdev_priv(dev); local
565 struct nic *nic; local
730 struct nic *nic = netdev_priv(dev); local
867 struct nic *nic; local
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_trace.h26 __string(devname, hdev->nic.kinfo.netdev->name)
34 __assign_str(devname, hdev->nic.kinfo.netdev->name);
58 __string(devname, hdev->nic.kinfo.netdev->name)
67 __assign_str(devname, hdev->nic.kinfo.netdev->name);
H A Dhclgevf_main.c66 return container_of(handle, struct hclgevf_dev, nic);
70 return container_of(handle, struct hclgevf_dev, nic);
150 struct hnae3_handle *nic = &hdev->nic; local
166 nic->port_base_vlan_state = resp_msg;
316 struct hnae3_handle *nic = &hdev->nic; local
322 kinfo = &nic->kinfo;
342 hdev->htqp[i].q.handle = &hdev->nic;
372 struct hnae3_handle *handle = &hdev->nic;
410 struct hnae3_handle *nic = &hdev->nic; local
2069 struct hnae3_handle *nic = &hdev->nic; local
2147 struct hnae3_handle *nic = &hdev->nic; local
3021 struct hnae3_handle *nic = &hdev->nic; local
3233 struct hnae3_handle *nic = &hdev->nic; local
[all...]
H A Dhclgevf_main.h101 /* in the bar4, the first half is for roce, and the second half is for nic */
249 u16 num_nic_msix; /* Num of nic vectors for this VF */
268 struct hnae3_handle nic; member in struct:hclgevf_dev
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c6000 static void wl12xx_derive_mac_addresses(struct wl1271 *wl, u32 oui, u32 nic) argument
6004 wl1271_debug(DEBUG_PROBE, "base address: oui %06x nic %06x",
6005 oui, nic);
6007 if (nic + WLCORE_NUM_MAC_ADDRESSES - wl->num_mac_addr > 0xffffff)
6014 wl->addresses[i].addr[3] = (u8)(nic >> 16);
6015 wl->addresses[i].addr[4] = (u8)(nic >> 8);
6016 wl->addresses[i].addr[5] = (u8) nic;
6017 nic++;
6102 /* Use TI oui and a random nic */
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h379 int (*enable_interrupt)(struct wilc *nic);
380 void (*disable_interrupt)(struct wilc *nic);
/linux-master/drivers/net/ethernet/intel/
H A De100.c537 struct nic { struct
542 u16 (*mdio_ctrl)(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data);
606 static inline void e100_write_flush(struct nic *nic) argument
610 (void)ioread8(&nic->csr->scb.status);
613 static void e100_enable_irq(struct nic *nic) argument
617 spin_lock_irqsave(&nic->cmd_lock, flags);
618 iowrite8(irq_mask_none, &nic
623 e100_disable_irq(struct nic *nic) argument
633 e100_hw_reset(struct nic *nic) argument
648 e100_self_test(struct nic *nic) argument
681 e100_eeprom_write(struct nic *nic, u16 addr_len, u16 addr, __le16 data) argument
719 e100_eeprom_read(struct nic *nic, u16 *addr_len, u16 addr) argument
760 e100_eeprom_load(struct nic *nic) argument
786 e100_eeprom_save(struct nic *nic, u16 start, u16 count) argument
813 e100_exec_cmd(struct nic *nic, u8 cmd, dma_addr_t dma_addr) argument
844 e100_exec_cb(struct nic *nic, struct sk_buff *skb, int (*cb_prepare)(struct nic *, struct cb *, struct sk_buff *)) argument
904 struct nic *nic = netdev_priv(netdev); local
910 struct nic *nic = netdev_priv(netdev); local
916 mdio_ctrl_hw(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data) argument
956 mdio_ctrl_phy_82552_v(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data) argument
986 mdio_ctrl_phy_mii_emulated(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data) argument
1028 e100_phy_supports_mii(struct nic *nic) argument
1036 e100_get_defaults(struct nic *nic) argument
1069 e100_configure(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1219 e100_request_firmware(struct nic *nic) argument
1307 e100_setup_ucode(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1337 e100_load_ucode_wait(struct nic *nic) argument
1377 e100_setup_iaaddr(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1385 e100_dump(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1393 e100_phy_check_without_mii(struct nic *nic) argument
1433 e100_phy_init(struct nic *nic) argument
1526 e100_hw_init(struct nic *nic) argument
1559 e100_multi(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1579 struct nic *nic = netdev_priv(netdev); local
1600 e100_update_stats(struct nic *nic) argument
1662 e100_adjust_adaptive_ifs(struct nic *nic, int speed, int duplex) argument
1686 struct nic *nic = from_timer(nic, t, watchdog); local
1735 e100_xmit_prepare(struct nic *nic, struct cb *cb, struct sk_buff *skb) argument
1772 struct nic *nic = netdev_priv(netdev); local
1805 e100_tx_clean(struct nic *nic) argument
1848 e100_clean_cbs(struct nic *nic) argument
1872 e100_alloc_cbs(struct nic *nic) argument
1901 e100_start_receiver(struct nic *nic, struct rx *rx) argument
1917 e100_rx_alloc_skb(struct nic *nic, struct rx *rx) argument
1949 e100_rx_indicate(struct nic *nic, struct rx *rx, unsigned int *work_done, unsigned int work_to_do) argument
2048 e100_rx_clean(struct nic *nic, unsigned int *work_done, unsigned int work_to_do) argument
2128 e100_rx_clean_list(struct nic *nic) argument
2151 e100_rx_alloc_list(struct nic *nic) argument
2194 struct nic *nic = netdev_priv(netdev); local
2221 struct nic *nic = container_of(napi, struct nic, napi); local
2241 struct nic *nic = netdev_priv(netdev); local
2252 struct nic *nic = netdev_priv(netdev); local
2264 e100_asf(struct nic *nic) argument
2273 e100_up(struct nic *nic) argument
2305 e100_down(struct nic *nic) argument
2320 struct nic *nic = netdev_priv(netdev); local
2329 struct nic *nic = container_of(work, struct nic, tx_timeout_task); local
2343 e100_loopback_test(struct nic *nic, enum loopback loopback_mode) argument
2407 struct nic *nic = netdev_priv(netdev); local
2417 struct nic *nic = netdev_priv(netdev); local
2430 struct nic *nic = netdev_priv(netdev); local
2439 struct nic *nic = netdev_priv(netdev); local
2450 struct nic *nic = netdev_priv(netdev); local
2474 struct nic *nic = netdev_priv(netdev); local
2481 struct nic *nic = netdev_priv(netdev); local
2501 struct nic *nic = netdev_priv(netdev); local
2507 struct nic *nic = netdev_priv(netdev); local
2513 struct nic *nic = netdev_priv(netdev); local
2519 struct nic *nic = netdev_priv(netdev); local
2525 struct nic *nic = netdev_priv(netdev); local
2533 struct nic *nic = netdev_priv(netdev); local
2544 struct nic *nic = netdev_priv(netdev); local
2560 struct nic *nic = netdev_priv(netdev); local
2575 struct nic *nic = netdev_priv(netdev); local
2609 struct nic *nic = netdev_priv(netdev); local
2641 struct nic *nic = netdev_priv(netdev); local
2704 struct nic *nic = netdev_priv(netdev); local
2761 struct nic *nic = netdev_priv(netdev); local
2766 e100_alloc(struct nic *nic) argument
2773 e100_free(struct nic *nic) argument
2784 struct nic *nic = netdev_priv(netdev); local
2802 struct nic *nic = netdev_priv(netdev); local
2831 struct nic *nic; local
2987 struct nic *nic = netdev_priv(netdev); local
3004 struct nic *nic = netdev_priv(netdev); local
3052 struct nic *nic = netdev_priv(netdev); local
3097 struct nic *nic = netdev_priv(netdev); local
3121 struct nic *nic = netdev_priv(netdev); local
3148 struct nic *nic = netdev_priv(netdev); local
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c186 struct aq_nic_s *nic = netdev_priv(ndev); local
187 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(nic);
192 n_stats += rx_stat_cnt * aq_ptp_get_ring_cnt(nic, ATL_RING_RX) +
193 tx_stat_cnt * aq_ptp_get_ring_cnt(nic, ATL_RING_TX);
197 if (nic->macsec_cfg) {
200 aq_macsec_tx_sc_cnt(nic) +
202 aq_macsec_tx_sa_cnt(nic) +
204 aq_macsec_rx_sa_cnt(nic);
254 struct aq_nic_s *nic = netdev_priv(ndev); local
262 cfg = aq_nic_get_cfg(nic);
[all...]
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c558 * @nic: Device private variable.
564 static int init_shared_mem(struct s2io_nic *nic) argument
572 struct net_device *dev = nic->dev;
575 struct config_param *config = &nic->config;
576 struct mac_info *mac_control = &nic->mac_control;
636 fifo->nic = nic;
644 tmp_v = dma_alloc_coherent(&nic->pdev->dev, PAGE_SIZE,
662 tmp_v = dma_alloc_coherent(&nic->pdev->dev,
702 if (rx_cfg->num_rxd % (rxd_count[nic
870 free_shared_mem(struct s2io_nic *nic) argument
1008 s2io_verify_pci_mode(struct s2io_nic *nic) argument
1042 s2io_print_pci_mode(struct s2io_nic *nic) argument
1112 init_tti(struct s2io_nic *nic, int link, bool may_sleep) argument
1188 init_nic(struct s2io_nic *nic) argument
1821 s2io_link_fault_indication(struct s2io_nic *nic) argument
1851 en_dis_err_alarms(struct s2io_nic *nic, u16 mask, int flag) argument
1989 en_dis_able_nic_intrs(struct s2io_nic *nic, u16 mask, int flag) argument
2210 start_nic(struct s2io_nic *nic) argument
2323 struct s2io_nic *nic = fifo_data->nic; local
2367 free_tx_buffers(struct s2io_nic *nic) argument
2413 stop_nic(struct s2io_nic *nic) argument
2454 fill_rx_buffers(struct s2io_nic *nic, struct ring_info *ring, int from_card_up) argument
2739 s2io_chk_rx_buffers(struct s2io_nic *nic, struct ring_info *ring) argument
2768 struct s2io_nic *nic = netdev_priv(dev); local
2792 struct s2io_nic *nic = container_of(napi, struct s2io_nic, napi); local
2833 struct s2io_nic *nic = netdev_priv(dev); local
2999 struct s2io_nic *nic = fifo_data->nic; local
3656 wait_for_msix_trans(struct s2io_nic *nic, int i) argument
3677 restore_xmsi_data(struct s2io_nic *nic) argument
3698 store_xmsi_data(struct s2io_nic *nic) argument
3726 s2io_enable_msi_x(struct s2io_nic *nic) argument
5677 s2io_vpd_read(struct s2io_nic *nic) argument
6669 struct s2io_nic *nic = container_of(work, struct s2io_nic, local
7606 rts_ds_steer(struct s2io_nic *nic, u8 ds_codepoint, u8 ring) argument
[all...]
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h398 * When bringup started nic names had not standardized and so we
492 nic_t nic; /* MUst be aligned properly */ member in struct:klinfo_s
609 nic_t hub_box_nic; /* nic of containing box */
617 nic_t hubuart_box_nic; /* nic of containing box */
716 nic_t rou_box_nic ; /* nic of the containing module */
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c14 #include "nic.h"
54 EFX_ETHTOOL_STAT(field, nic, field, \
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c17 #include "nic.h"
53 EF4_ETHTOOL_STAT(field, nic, field, \
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c14 #include "nic.h"
54 EFX_ETHTOOL_STAT(field, nic, field, \
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c13 #include "nic.h"
122 struct nicvf *nic = netdev_priv(netdev); local
128 if (!nic->link_up) {
134 switch (nic->speed) {
154 if (nic->mac_type == BGX_MODE_RXAUI) {
171 cmd->base.duplex = nic->duplex;
172 cmd->base.speed = nic->speed;
184 struct nicvf *nic = netdev_priv(netdev); local
186 return nic->link_up;
192 struct nicvf *nic local
200 struct nicvf *nic = netdev_priv(netdev); local
207 struct nicvf *nic = netdev_priv(netdev); local
212 nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset) argument
236 struct nicvf *nic = netdev_priv(netdev); local
274 struct nicvf *nic = netdev_priv(netdev); local
298 nicvf_get_qset_stats(struct nicvf *nic, struct ethtool_stats *stats, u64 **data) argument
324 struct nicvf *nic = netdev_priv(netdev); local
366 struct nicvf *nic = netdev_priv(dev); local
463 struct nicvf *nic = netdev_priv(netdev); local
474 struct nicvf *nic = netdev_priv(netdev); local
488 struct nicvf *nic = netdev_priv(netdev); local
519 nicvf_get_rss_hash_opts(struct nicvf *nic, struct ethtool_rxnfc *info) argument
547 struct nicvf *nic = netdev_priv(dev); local
563 nicvf_set_rss_hash_opts(struct nicvf *nic, struct ethtool_rxnfc *info) argument
633 struct nicvf *nic = netdev_priv(dev); local
651 struct nicvf *nic = netdev_priv(dev); local
659 struct nicvf *nic = netdev_priv(dev); local
680 struct nicvf *nic = netdev_priv(dev); local
712 struct nicvf *nic = netdev_priv(dev); local
727 struct nicvf *nic = netdev_priv(dev); local
792 struct nicvf *nic = netdev_priv(dev); local
813 struct nicvf *nic = netdev_priv(dev); local
841 struct nicvf *nic = netdev_priv(netdev); local
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh322 # instead "-net nic -net user".
329 echo $1 -net nic -net user

Completed in 358 milliseconds

123