Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.h30 void (*get_info) (struct qlcnic_dcb *); member
84 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info()
85 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
Dqlcnic_dcb.c175 .get_info = __qlcnic_dcb_get_info,
188 .get_info = __qlcnic_dcb_get_info,
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_host.c717 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local
727 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state()
731 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
732 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state()
733 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state()
734 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state()
735 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); in vmci_host_do_ctx_get_cpt_state()
742 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
/linux-4.4.14/drivers/md/
Ddm-snap-persistent.c568 static struct pstore *get_info(struct dm_exception_store *store) in get_info() function
578 struct pstore *ps = get_info(store); in persistent_usage()
594 struct pstore *ps = get_info(store); in persistent_dtr()
615 struct pstore *ps = get_info(store); in persistent_read_metadata()
677 struct pstore *ps = get_info(store); in persistent_prepare_exception()
703 struct pstore *ps = get_info(store); in persistent_commit_exception()
766 struct pstore *ps = get_info(store); in persistent_prepare_merge()
812 struct pstore *ps = get_info(store); in persistent_commit_merge()
843 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
/linux-4.4.14/include/linux/
Dsock_diag.h17 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
Defi.h768 u32 get_info; member
782 u64 get_info; member
799 efi_status_t (*get_info)(struct _efi_file_handle *, efi_guid_t *, member
/linux-4.4.14/net/ipv4/
Dtcp_dctcp.c318 .get_info = dctcp_get_info,
327 .get_info = dctcp_get_info,
Dtcp_yeah.c231 .get_info = tcp_vegas_get_info,
Dtcp_vegas.c314 .get_info = tcp_vegas_get_info,
Dinet_diag.c237 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill()
238 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill()
1054 .get_info = inet_diag_handler_get_info,
1060 .get_info = inet_diag_handler_get_info,
Dtcp_westwood.c282 .get_info = tcp_westwood_info,
Dtcp_illinois.c331 .get_info = tcp_illinois_info,
Dtcp_cong.c174 if (ca->get_info) in tcp_assign_congestion_control()
Dtcp.c2802 if (ca_ops && ca_ops->get_info) in do_tcp_getsockopt()
2803 sz = ca_ops->get_info(sk, ~0U, &attr, &info); in do_tcp_getsockopt()
/linux-4.4.14/include/linux/mfd/
Dkempld.h116 int (*get_info) (struct kempld_device_data *); member
Dcros_ec_commands.h1512 } get_info; member
1894 } get_info; member
1907 } get_info; member
/linux-4.4.14/net/core/
Dsock_diag.c143 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work()
144 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
/linux-4.4.14/drivers/firmware/efi/libstub/
Darm-stub.c107 status = h->get_info(h, &info_guid, &info_sz, NULL); in efi_file_size()
121 status = h->get_info(h, &info_guid, &info_sz, in efi_file_size()
/linux-4.4.14/drivers/mfd/
Dkempld-core.c138 .get_info = kempld_get_info_generic,
296 ret = pdata->get_info(pld); in kempld_get_info()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c2900 struct rx_curr_get_info get_info, put_info; in rx_intr_handler() local
2911 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2912 get_block = get_info.block_index; in rx_intr_handler()
2915 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler()
2923 (get_info.offset + 1) == put_info.offset) { in rx_intr_handler()
2956 get_info.offset++; in rx_intr_handler()
2957 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
2959 rxds[get_info.offset].virt_addr; in rx_intr_handler()
2960 if (get_info.offset == rxd_count[ring_data->rxd_mode]) { in rx_intr_handler()
2961 get_info.offset = 0; in rx_intr_handler()
[all …]
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c76 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size32()
91 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size32()
129 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size64()
144 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size64()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c122 if (!mac_ctrl_drv->get_info) in hns_mac_get_port_info()
125 mac_ctrl_drv->get_info(mac_ctrl_drv, &info); in hns_mac_get_port_info()
Dhns_dsaf_mac.h389 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member
Dhnae.h411 int (*get_info)(struct hnae_handle *handle, member
Dhns_ethtool.c137 if (!h->dev || !h->dev->ops || !h->dev->ops->get_info) in hns_nic_get_settings()
140 ret = h->dev->ops->get_info(h, NULL, &speed, &duplex); in hns_nic_get_settings()
Dhns_ae_adapt.c744 .get_info = hns_ae_get_mac_info,
Dhns_dsaf_gmac.c692 mac_drv->get_info = hns_gmac_get_info; in hns_gmac_config()
Dhns_dsaf_xgmac.c826 mac_drv->get_info = hns_xgmac_get_info; in hns_xgmac_config()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
D82571.c1906 .get_info = e1000e_get_phy_info_igp,
1924 .get_info = e1000e_get_phy_info_m88,
1942 .get_info = e1000e_get_phy_info_m88,
De1000.h578 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
Dhw.h506 s32 (*get_info)(struct e1000_hw *); member
Dich8lan.c498 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_pchlan()
505 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_pchlan()
563 phy->ops.get_info = e1000e_get_phy_info_igp; in e1000_init_phy_params_ich8lan()
572 phy->ops.get_info = e1000_get_phy_info_ife; in e1000_init_phy_params_ich8lan()
582 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_ich8lan()
D80003es2lan.c1379 .get_info = e1000e_get_phy_info_m88,
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c899 static int get_info(struct net *net, void __user *user, in get_info() function
1590 ret = get_info(sock_net(sk), user, len, 1); in compat_do_arpt_get_ctl()
1635 ret = get_info(sock_net(sk), user, len, 0); in do_arpt_get_ctl()
Dip_tables.c1084 static int get_info(struct net *net, void __user *user, in get_info() function
1830 ret = get_info(sock_net(sk), user, len, 1); in compat_do_ipt_get_ctl()
1877 ret = get_info(sock_net(sk), user, len, 0); in do_ipt_get_ctl()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h419 EXP_CHECK_DT_OP(exp, get_info); in obd_get_info()
420 EXP_COUNTER_INCREMENT(exp, get_info); in obd_get_info()
422 rc = OBP(exp->exp_obd, get_info)(env, exp, keylen, key, vallen, val, in obd_get_info()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c1096 static int get_info(struct net *net, void __user *user, in get_info() function
1832 ret = get_info(sock_net(sk), user, len, 1); in compat_do_ip6t_get_ctl()
1879 ret = get_info(sock_net(sk), user, len, 0); in do_ip6t_get_ctl()
/linux-4.4.14/drivers/firewire/
Dcore-cdev.c422 struct fw_cdev_get_info get_info; member
446 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info()
/linux-4.4.14/include/net/
Dtcp.h874 size_t (*get_info)(struct sock *sk, u32 ext, int *attr, member