/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 717 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()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.h | 30 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()
|
D | qlcnic_dcb.c | 175 .get_info = __qlcnic_dcb_get_info, 188 .get_info = __qlcnic_dcb_get_info,
|
/drivers/md/ |
D | dm-snap-persistent.c | 568 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()
|
/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 107 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()
|
D | random.c | 16 efi_status_t (*get_info)(struct efi_rng_protocol *, member
|
/drivers/net/ethernet/neterion/ |
D | s2io.c | 2900 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 …]
|
/drivers/mfd/ |
D | kempld-core.c | 138 .get_info = kempld_get_info_generic, 296 ret = pdata->get_info(pld); in kempld_get_info()
|
/drivers/net/ethernet/intel/e1000e/ |
D | 82571.c | 1908 .get_info = e1000e_get_phy_info_igp, 1926 .get_info = e1000e_get_phy_info_m88, 1944 .get_info = e1000e_get_phy_info_m88,
|
D | e1000.h | 578 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
|
D | hw.h | 506 s32 (*get_info)(struct e1000_hw *); member
|
D | ich8lan.c | 498 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()
|
D | 80003es2lan.c | 1379 .get_info = e1000e_get_phy_info_m88,
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_mac.c | 122 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()
|
D | hns_dsaf_mac.h | 389 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member
|
D | hnae.h | 411 int (*get_info)(struct hnae_handle *handle, member
|
D | hns_ethtool.c | 137 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()
|
D | hns_ae_adapt.c | 742 .get_info = hns_ae_get_mac_info,
|
D | hns_dsaf_gmac.c | 692 mac_drv->get_info = hns_gmac_get_info; in hns_gmac_config()
|
D | hns_dsaf_xgmac.c | 826 mac_drv->get_info = hns_xgmac_get_info; in hns_xgmac_config()
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 419 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()
|
/drivers/firewire/ |
D | core-cdev.c | 422 struct fw_cdev_get_info get_info; member 446 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info()
|