/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/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_recv.c | 30 * buffer (or rx fifo). This can incorrectly acknowledge packets 51 * setup rx descriptors. The rx_bufsize here tells the hardware 59 if (sc->rx.rxlink == NULL) 62 *sc->rx.rxlink = bf->bf_daddr; 64 sc->rx.rxlink = &ds->ds_link; 71 sc->rx.defant = antenna; 72 sc->rx.rxotherant = 0; 82 /* configure rx filter */ 113 /* Initialize rx descriptors */ 115 error = ath_descdma_setup(sc, &sc->rx [all...] |
H A D | mac.h | 312 } rx; member in union:ar5416_desc::__anon15154 341 #define ds_rxstatus0 u.rx.status0 342 #define ds_rxstatus1 u.rx.status1 343 #define ds_rxstatus2 u.rx.status2 344 #define ds_rxstatus3 u.rx.status3 345 #define ds_rxstatus4 u.rx.status4 346 #define ds_rxstatus5 u.rx.status5 347 #define ds_rxstatus6 u.rx.status6 348 #define ds_rxstatus7 u.rx.status7 349 #define ds_rxstatus8 u.rx [all...] |
/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/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/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 | 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 | 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 | b44.c | 365 bw32(bp, B44_DMARX_ADDR, VIRT_TO_B44(bp->rx)); 394 bp->rx[idx].ctrl = cpu_to_le32(ctrl); 395 bp->rx[idx].addr = cpu_to_le32(addr); 402 * because during rx we are passing ownership of descriptor 416 DBG("Refill rx ring failed!!\n"); 429 if (bp->rx) { 434 free_dma(bp->rx, B44_RX_RING_LEN_BYTES); 435 bp->rx = NULL; 444 bp->rx = malloc_dma(B44_RX_RING_LEN_BYTES, B44_DMA_ALIGNMENT); 445 if (!bp->rx) [all...] |
H A D | intel.h | 247 struct intel_ring rx; member in struct:intel_nic
|
H A D | myson.h | 175 struct myson_ring rx; member in struct:myson_nic
|
H A D | vmxnet3.c | 347 le32_to_cpu ( vmxnet->dma->queues.rx.status.error ) ); 443 queues->rx.cfg.desc_address[0] = 445 queues->rx.cfg.comp_address = 447 queues->rx.cfg.num_desc[0] = cpu_to_le32 ( VMXNET3_NUM_RX_DESC ); 448 queues->rx.cfg.num_comp = cpu_to_le32 ( VMXNET3_NUM_RX_COMP );
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | eapol.c | 59 return handler->rx ( iob, netdev, ll_dest, ll_source ); 84 .rx = eapol_rx,
|
H A D | rarp.c | 72 .rx = rarp_rx,
|
H A D | icmp.c | 101 .rx = icmp_rx,
|
H A D | tcpip.c | 44 return tcpip->rx ( iobuf, st_src, st_dest, pshdr_csum );
|
H A D | fcels.c | 208 if ( ( rc = els->handler->rx ( els, frame, len ) ) != 0 ) { 444 .rx = fc_els_unknown_rx, 565 .rx = fc_els_flogi_rx, 716 .rx = fc_els_plogi_rx, 894 .rx = fc_els_logo_rx, 1203 .rx = fc_els_rtv_rx, 1336 .rx = fc_els_echo_rx,
|
/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
|
/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/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/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");
|