Lines Matching defs:low

110 	(uint64_t)0, 			/* low address */
131 (uint64_t)0, /* low address */
146 (uint64_t)0, /* low address */
169 (uint64_t)0, /* low address */
258 dma->low = htonl(MYRI10GE_LOWPART_TO_U32(cookie.dmac_laddress));
378 * pio handler in the nic. We re-write the first segment's low
466 rx->shadow[idx].addr_low = j->dma.low;
609 j->dma.low =
739 dma_low = ntohl(j->dma.low);
1228 buf->response_addr.low = mgp->cmd_dma.low;
1296 buf[1] = mgp->cmd_dma.low; /* confirm addr LSW */
1299 buf[4] = htonl(mgp->cmd_dma.low); /* dummy addr LSW */
1351 buf[1] = mgp->cmd_dma.low; /* confirm addr LSW */
1483 cmd.data0 = ntohl(dmabench_dma.low);
1493 cmd.data0 = ntohl(dmabench_dma.low);
1503 cmd.data0 = ntohl(dmabench_dma.low);
1588 cmd.data0 = ntohl(ss->rx_done.dma.low);
1971 cmd.data0 = ntohl(ss->fw_stats_dma.low);
1978 cmd.data0 = ntohl(ss->fw_stats_dma.low) +
2455 * Check to see if we are low on rx buffers.
2465 /* if we are still low, then we have to copy */
2704 /* low bit indicates receives are present */
2712 /* don't wait for conf. that irq is low */
2716 /* no need to wait for conf. that irq is low */
2974 req->addr_low = cp->dma.low;
3130 uint32_t seglen, len, boundary, low, high_swapped;
3154 low = ntohl(cp->dma.low);
3186 low = ntohl(cp->dma.low);
3207 low = ntohl(cp->dma.low);
3224 low = ntohl(cp->dma.low);
3252 boundary = (low + mgp->tx_boundary) &
3254 seglen = boundary - low;
3287 req->addr_low = htonl(low);
3299 low += seglen;
3344 uint32_t seglen, len, mss, boundary, low, high_swapped;
3377 * Otherwise, we are low on transmit descriptors, it is
3517 low = MYRI10GE_LOWPART_TO_U32(cookie.dmac_laddress);
3526 boundary = (low + mgp->tx_boundary) &
3528 seglen = boundary - low;
3571 req->addr_low = htonl(low);
3582 low += seglen;