/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ |
H A D | ath_hw.c | 139 u32 cycles, busy, rx, tx; local 148 rx = REG_READ(ah, AR_RFCNT); 163 common->cc_ani.rx_frame += rx; 168 common->cc_survey.rx_frame += rx;
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | eapol.h | 102 int ( * rx ) ( struct io_buffer *iob, struct net_device *netdev, member in struct:eapol_handler
|
H A D | tcpip.h | 64 int ( * rx ) ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src, member in struct:tcpip_protocol
|
H A D | netdevice.h | 78 int ( * rx ) ( struct io_buffer *iobuf, struct net_device *netdev, member in struct:net_protocol
|
H A D | wpa.h | 236 u8 rx[WPA_TKIP_MIC_KEY_LEN]; member in struct:tkip_tk::__anon15755
|
H A D | fcels.h | 368 int ( * rx ) ( struct fc_els *els, void *data, size_t len ); member in struct:fc_els_handler
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbedgeimp.h | 48 xFixed lx, rx; local 55 rx = r->x; 56 if (xFixedToInt (rx) >= width) 57 rx = IntToxFixed (width); 60 if (rx > lx) 65 rxi = xFixedToInt (rx); 93 rxs = RenderSamplesX (rx, N_BITS); 112 * to avoid a buffer overrun when rx is exactly on a pixel
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxGlobalSettings.cpp | 115 const char *rx; member in struct:__anon16055 175 /* Try to set the property validating it against rx. */ 265 if (!QRegExp (gPropertyMap [index].rx).exactMatch (value)) 270 gPropertyMap [index].rx);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | fbedgeimp.h | 48 xFixed lx, rx; local 55 rx = r->x; 56 if (xFixedToInt (rx) >= width) 57 rx = IntToxFixed (width); 60 if (rx > lx) 65 rxi = xFixedToInt (rx); 93 rxs = RenderSamplesX (rx, N_BITS); 112 * to avoid a buffer overrun when rx is exactly on a pixel
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | fbedgeimp.h | 48 xFixed lx, rx; local 55 rx = r->x; 56 if (xFixedToInt (rx) >= width) 57 rx = IntToxFixed (width); 60 if (rx > lx) 65 rxi = xFixedToInt (rx); 93 rxs = RenderSamplesX (rx, N_BITS); 112 * to avoid a buffer overrun when rx is exactly on a pixel
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | myson.c | 238 struct myson_descriptor *rx; local 243 while ( ( myson->rx.prod - myson->rx.cons ) < MYSON_NUM_RX_DESC ) { 262 rx_idx = ( myson->rx.prod++ % MYSON_NUM_RX_DESC ); 263 rx = &myson->rx.desc[rx_idx]; 266 rx->address = cpu_to_le32 ( address ); 267 rx->control = 270 rx->status = cpu_to_le32 ( MYSON_RX_STAT_OWN ); 308 if ( ( rc = myson_create_ring ( myson, &myson->rx ) ) ! 481 struct myson_descriptor *rx; local [all...] |
H A D | intel.c | 441 struct intel_descriptor *rx; local 447 while ( ( intel->rx.prod - intel->rx.cons ) < INTEL_RX_FILL ) { 457 rx_idx = ( intel->rx.prod++ % INTEL_NUM_RX_DESC ); 458 rx_tail = ( intel->rx.prod % INTEL_NUM_RX_DESC ); 459 rx = &intel->rx.desc[rx_idx]; 463 rx->address = cpu_to_le64 ( address ); 464 rx->length = 0; 465 rx 650 struct intel_descriptor *rx; local [all...] |
H A D | natsemi.c | 501 union natsemi_descriptor *rx; local 506 while ( ( natsemi->rx.prod - natsemi->rx.cons ) < NATSEMI_NUM_RX_DESC ){ 525 rx_idx = ( natsemi->rx.prod++ % NATSEMI_NUM_RX_DESC ); 526 rx = &natsemi->rx.desc[rx_idx]; 530 rx->d64.bufptr = cpu_to_le64 ( address ); 532 rx->d32pad.d32.bufptr = cpu_to_le32 ( address ); 535 rx->common.cmdsts = cpu_to_le32 ( NATSEMI_DESC_INTR | 577 if ( ( rc = natsemi_create_ring ( natsemi, &natsemi->rx ) ) ! 736 union natsemi_descriptor *rx; local [all...] |
H A D | realtek.c | 463 struct realtek_descriptor *rx; local 473 while ( ( rtl->rx.prod - rtl->rx.cons ) < RTL_NUM_RX_DESC ) { 483 rx_idx = ( rtl->rx.prod++ % RTL_NUM_RX_DESC ); 485 rx = &rtl->rx.desc[rx_idx]; 489 rx->address = cpu_to_le64 ( address ); 490 rx->length = RTL_RX_MAX_LEN; 492 rx->flags = ( cpu_to_le16 ( RTL_DESC_OWN ) | 522 if ( ( rc = realtek_create_ring ( rtl, &rtl->rx ) ) ! 705 struct realtek_legacy_header *rx; local 758 struct realtek_descriptor *rx; local [all...] |
H A D | myson.h | 175 struct myson_ring rx; member in struct:myson_nic
|
H A D | intel.h | 247 struct intel_ring rx; member in struct:intel_nic
|
H A D | natsemi.h | 296 struct natsemi_ring rx; member in struct:natsemi_nic
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman-edge-imp.h | 44 pixman_fixed_t rx; local 49 rx = r->x; 55 rx += X_FRAC_FIRST(1); 60 if (pixman_fixed_to_int (rx) >= width) 62 rx = pixman_int_to_fixed (width); 68 rx = pixman_int_to_fixed (width) - 1; 72 if (rx > lx) 77 rxi = pixman_fixed_to_int (rx); 141 rxs = RENDER_SAMPLES_X (rx, N_BITS);
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | PerformanceLinux.cpp | 57 virtual int getRawHostNetworkLoad(const char *name, uint64_t *rx, uint64_t *tx); 319 int CollectorLinux::getRawHostNetworkLoad(const char *pszFile, uint64_t *rx, uint64_t *tx) argument 331 *rx = cSize;
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fcoe.c | 908 int ( * rx ) ( struct fcoe_port *fcoe, struct fip_descriptors *descs, member in struct:fip_handler 975 rc = handler->rx ( fcoe, &descs, 1210 .rx = fcoe_rx, 1217 .rx = fcoe_fip_rx,
|
/vbox/src/VBox/Main/src-server/ |
H A D | Performance.cpp | 65 int CollectorHAL::getRawHostNetworkLoad(const char * /* name */, uint64_t * /* rx */, uint64_t * /* tx */) 754 uint64_t rx = mRxPrev; local 763 mRc = mHAL->getRawHostNetworkLoad(mShortName.c_str(), &rx, &tx); 766 uint64_t rxDiff = rx - mRxPrev; 772 mRxPrev = rx;
|
/vbox/src/VBox/Main/src-server/solaris/ |
H A D | PerformanceSolaris.cpp | 75 virtual int getRawHostNetworkLoad(const char *name, uint64_t *rx, uint64_t *tx); 378 * WARNING! This function expects the previous values of rx and tx counter to 382 int CollectorSolaris::getRawHostNetworkLoad(const char *name, uint64_t *rx, uint64_t *tx) argument 423 *rx = wrapCorrection(kn->value.ul, *rx, "rbytes"); 426 *rx = wrapDetection(kn->value.ull, *rx, "rbytes64");
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | httpcore.c | 377 int ( * rx ) ( struct http_request *http, const char *value ); member in struct:http_header_handler 384 .rx = http_rx_location, 388 .rx = http_rx_content_length, 392 .rx = http_rx_transfer_encoding, 440 if ( ( rc = handler->rx ( http, value ) ) != 0 ) 498 int ( * rx ) ( struct http_request *http, char *line ); member in struct:http_line_handler 503 [HTTP_RX_RESPONSE] = { .rx = http_rx_response }, 504 [HTTP_RX_HEADER] = { .rx = http_rx_header }, 505 [HTTP_RX_CHUNK_LEN] = { .rx = http_rx_chunk_len }, 506 [HTTP_RX_TRAILER] = { .rx [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/ |
H A D | dhcp.c | 179 void ( * rx ) ( struct dhcp_session *dhcp, member in struct:dhcp_session_state 463 .rx = dhcp_discovery_rx, 600 .rx = dhcp_request_rx, 701 .rx = dhcp_proxy_rx, 848 .rx = dhcp_pxebs_rx, 1198 dhcp->state->rx ( dhcp, dhcppkt, peer, msgtype, server_id );
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_ar9003_phy.c | 536 void ar9003_hw_set_chain_masks(struct ath_hw *ah, u8 rx, u8 tx) argument 538 switch (rx) { 546 REG_WRITE(ah, AR_PHY_RX_CHAINMASK, rx); 547 REG_WRITE(ah, AR_PHY_CAL_CHAINMASK, rx);
|