Searched refs:udd (Results 1 - 8 of 8) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_uprobe.c204 struct uprobe_dispatch_data *udd; local
206 udd = (void *) current->utask->vaddr;
208 base_addr = udd->bp_addr - udd->tu->offset;
1476 struct uprobe_dispatch_data udd; local
1485 udd.tu = tu;
1486 udd.bp_addr = instruction_pointer(regs);
1488 current->utask->vaddr = (unsigned long) &udd;
1514 struct uprobe_dispatch_data udd; local
1520 udd
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h50 u64 udd[MAX_NCTRL_UDD]; member in struct:octnic_ctrl_pkt
64 #define MAX_UDD_SIZE(nctrl) (sizeof((nctrl)->udd))
H A Docteon_nic.c124 memcpy(data + OCTNET_CMD_SIZE, nctrl->udd, uddsize);
H A Dlio_vf_main.c1058 /* copy all the addresses into the udd */
1059 mac = &nctrl.udd[0];
1093 /* copy all the addresses into the udd */
1094 mc = &nctrl.udd[0];
1099 if (++mc > &nctrl.udd[mc_count])
1149 nctrl.udd[0] = 0;
1151 ether_addr_copy((u8 *)&nctrl.udd[0] + 2, addr->sa_data);
H A Dlio_main.c1972 /* copy all the addresses into the udd */
1973 mc = &nctrl.udd[0];
1979 if (++mc > &nctrl.udd[mc_count])
2019 nctrl.udd[0] = 0;
2021 memcpy((u8 *)&nctrl.udd[0] + 2, addr->sa_data, ETH_ALEN);
2839 nctrl.udd[0] = 0;
2841 ether_addr_copy((u8 *)&nctrl.udd[0] + 2, mac);
2843 oct->sriov_info.vf_macaddr[vfidx] = nctrl.udd[0];
H A Dlio_core.c276 mac = ((u8 *)&nctrl->udd[0]) + 2;
/linux-master/drivers/net/usb/
H A Dpegasus.c1115 struct usb_device_descriptor *udd = &udev->descriptor; local
1120 if ((udd->idVendor == cpu_to_le16(VENDOR_BELKIN)) &&
1121 (udd->idProduct == cpu_to_le16(0x0121)) &&
1122 (udd->bDeviceClass == USB_CLASS_WIRELESS_CONTROLLER) &&
1123 (udd->bDeviceProtocol == 1))
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1407 struct qib_devdata *udd = NULL; local
1447 udd = dd;
1451 if (udd) {
1452 ret = choose_port_ctxt(fp, udd, port, uinfo);

Completed in 168 milliseconds