Searched refs:vptr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.c224 struct velocity_info *vptr,
230 static int velocity_soft_reset(struct velocity_info *vptr);
231 static void velocity_init_cam_filter(struct velocity_info *vptr);
232 static void mii_init(struct velocity_info *vptr, u32 mii_status);
233 static u32 velocity_get_opt_media_mode(struct velocity_info *vptr);
234 static void velocity_print_link_status(struct velocity_info *vptr);
236 static void enable_flow_control_ability(struct velocity_info *vptr);
242 static int velocity_set_media_mode(struct velocity_info *vptr,
384 * @vptr: velocity to program
390 static void velocity_init_cam_filter(struct velocity_info *vptr) argument
425 velocity_give_many_rx_descs(struct velocity_info *vptr) argument
451 velocity_rx_refill(struct velocity_info *vptr) argument
769 velocity_init_info(struct pci_device *pdev, struct velocity_info *vptr, struct velocity_info_tbl *info) argument
862 velocity_get_pci_info(struct velocity_info *vptr, struct pci_device *pdev) argument
908 velocity_print_link_status(struct velocity_info *vptr) argument
956 velocity_rx_reset(struct velocity_info *vptr) argument
985 velocity_init_registers(struct nic *nic, struct velocity_info *vptr, enum velocity_init_type type) argument
1120 velocity_soft_reset(struct velocity_info *vptr) argument
1150 velocity_init_rings(struct velocity_info *vptr) argument
1316 mii_init(struct velocity_info *vptr, u32 mii_status __unused) argument
1521 velocity_get_opt_media_mode(struct velocity_info *vptr) argument
1553 mii_set_auto_on(struct velocity_info *vptr) argument
1577 set_mii_flow_control(struct velocity_info *vptr) argument
1615 velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) argument
1805 enable_flow_control_ability(struct velocity_info *vptr) argument
[all...]
H A Dvia-velocity.h1821 #define GET_RD_BY_IDX(vptr, idx) (vptr->rd_ring[idx])
1849 static struct velocity_info *vptr; variable in typeref:struct:velocity_info
1854 * @vptr: Velocity to query
1864 inline static int velocity_get_ip(struct velocity_info *vptr) argument
1866 struct in_device *in_dev = (struct in_device *) vptr->dev->ip_ptr;
1872 memcpy(vptr->ip_addr, &ifa->ifa_address, 4);
1881 * @vptr: velocity to update
1890 static inline void velocity_update_hw_mibs(struct velocity_info *vptr) argument
1894 BYTE_REG_BITS_ON(MIBCR_MIBFLSH, &(vptr
1913 init_flow_control_register(struct velocity_info *vptr) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Duri.c2189 xmlChar *bptr, *uptr, *vptr; local
2342 vptr = val;
2347 *vptr++ = '.';
2348 *vptr++ = '.';
2349 *vptr++ = '/';
2355 if ((vptr > val) && (len > 0) &&
2356 (uptr[0] == '/') && (vptr[-1] == '/')) {
2357 memcpy (vptr, uptr + 1, len - 1);
2358 vptr[len - 2] = 0;
2360 memcpy (vptr, upt
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_in.c1202 s32_t *vptr = vb->value; local
1204 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, vptr);
1218 u32_t *vptr = vb->value; local
1220 derr = snmp_asn1_dec_u32t(p, ofs + 1 + len_octets, len, vptr);
1261 s32_t *vptr = vb->value; local
1266 vptr[i] = oid_value.id[i];
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c1191 s32_t *vptr = (s32_t*)vb->value; local
1193 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, vptr);
1207 u32_t *vptr = (u32_t*)vb->value; local
1209 derr = snmp_asn1_dec_u32t(p, ofs + 1 + len_octets, len, vptr);
1251 s32_t *vptr = (s32_t*)vb->value; local
1256 vptr[i] = oid_value.id[i];

Completed in 52 milliseconds