Symbol: rxbuf
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
129
struct rxbuf *rxb;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
165
static struct rxbuf *rxbuf_alloc(kmem_cache_t *, int, uint_t);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
166
static void rxbuf_free(struct rxbuf *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1972
struct rxbuf *rxb;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3660
return kmem_cache_create(name, sizeof (struct rxbuf), _CACHE_LINE_SIZE,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3668
static struct rxbuf *
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3671
struct rxbuf *rxb;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3689
rxbuf_free(struct rxbuf *rxb)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3698
struct rxbuf *rxb = arg1;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3757
struct rxbuf *rxb = arg1;
usr/src/uts/common/io/ipw/ipw2100.c
153
struct ipw2100_status *status, uint8_t *rxbuf);
usr/src/uts/common/io/ipw/ipw2100.c
2639
uint8_t *rxbuf)
usr/src/uts/common/io/ipw/ipw2100.c
2643
struct ieee80211_frame *wh = (struct ieee80211_frame *)rxbuf;
usr/src/uts/common/io/ipw/ipw2100.c
2651
(void) memcpy(m->b_wptr, rxbuf, rlen);
usr/src/uts/common/io/ipw/ipw2100.c
2670
uint8_t *rxbuf;
usr/src/uts/common/io/ipw/ipw2100.c
2737
rxbuf = &sc->sc_rxbufs[i]->rxb_dat[0];
usr/src/uts/common/io/ipw/ipw2100.c
2781
state = LE_32(* ((uint32_t *)(uintptr_t)rxbuf));
usr/src/uts/common/io/ipw/ipw2100.c
2823
ipw2100_rcvpkt(sc, status, rxbuf);
usr/src/uts/common/io/iwi/ipw2200.c
2858
uint8_t *p, *rxbuf;
usr/src/uts/common/io/iwi/ipw2200.c
2972
rxbuf = sc->sc_rxbufs[i];
usr/src/uts/common/io/iwi/ipw2200.c
2983
p = rxbuf;
usr/src/uts/common/io/ral/rt2560.c
1184
char *rxbuf;
usr/src/uts/common/io/ral/rt2560.c
1228
rxbuf = data->buf;
usr/src/uts/common/io/ral/rt2560.c
1249
bcopy(rxbuf, m->b_rptr, len);
usr/src/uts/common/io/rum/rum.c
517
char *rxbuf;
usr/src/uts/common/io/rum/rum.c
535
rxbuf = (char *)mp->b_rptr;
usr/src/uts/common/io/rum/rum.c
546
desc = (struct rum_rx_desc *)rxbuf;
usr/src/uts/common/io/rum/rum.c
573
bcopy(rxbuf + RT2573_RX_DESC_SIZE, m->b_rptr, pktlen);
usr/src/uts/common/io/rwd/rt2661.c
1019
rxbuf = (uint8_t *)data->rxdata_dma.mem_va;
usr/src/uts/common/io/rwd/rt2661.c
1037
bcopy(rxbuf, m->b_rptr, pktlen);
usr/src/uts/common/io/rwd/rt2661.c
976
uint8_t *rxbuf;
usr/src/uts/common/io/rwn/rt2860.c
1712
uint8_t ant, rssi, *rxbuf;
usr/src/uts/common/io/rwn/rt2860.c
1752
rxbuf = (uint8_t *)data->rxbuf_dma.mem_va;
usr/src/uts/common/io/rwn/rt2860.c
1754
rxwi = (struct rt2860_rxwi *)rxbuf;
usr/src/uts/common/io/rwn/rt2860.c
1755
rxbuf = (uint8_t *)(rxwi + 1);
usr/src/uts/common/io/rwn/rt2860.c
1765
bcopy(rxbuf, mp0->b_rptr, pktlen);
usr/src/uts/common/io/sfe/sfe_util.c
137
__INLINE__ static void gem_append_rxbuf(struct gem_dev *, struct rxbuf *);
usr/src/uts/common/io/sfe/sfe_util.c
1723
gem_append_rxbuf(struct gem_dev *dp, struct rxbuf *rbp_head)
usr/src/uts/common/io/sfe/sfe_util.c
1725
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
1760
gem_get_packet_default(struct gem_dev *dp, struct rxbuf *rbp, size_t len)
usr/src/uts/common/io/sfe/sfe_util.c
1796
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
1800
struct rxbuf *newbufs;
usr/src/uts/common/io/sfe/sfe_util.c
1801
struct rxbuf **newbufs_tailp;
usr/src/uts/common/io/sfe/sfe_util.c
468
gem_free_rxbuf(struct rxbuf *rbp)
usr/src/uts/common/io/sfe/sfe_util.c
483
struct rxbuf *
usr/src/uts/common/io/sfe/sfe_util.c
486
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
534
kmem_free(rbp, sizeof (struct rxbuf));
usr/src/uts/common/io/sfe/sfe_util.c
558
kmem_free(rbp, sizeof (struct rxbuf));
usr/src/uts/common/io/sfe/sfe_util.c
584
kmem_free(rbp, sizeof (struct rxbuf));
usr/src/uts/common/io/sfe/sfe_util.c
772
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
816
kmem_free(rbp, sizeof (struct rxbuf));
usr/src/uts/common/io/sfe/sfe_util.c
847
ASSERT(dp->rx_buf_head == (struct rxbuf *)NULL);
usr/src/uts/common/io/sfe/sfe_util.c
848
ASSERT(dp->rx_buf_tail == (struct rxbuf *)NULL);
usr/src/uts/common/io/sfe/sfe_util.c
859
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
884
struct rxbuf *rbp;
usr/src/uts/common/io/sfe/sfe_util.c
917
dp->rx_buf_tail = (struct rxbuf *)NULL;
usr/src/uts/common/io/sfe/sfe_util.h
160
struct rxbuf *rxb_next;
usr/src/uts/common/io/sfe/sfe_util.h
219
struct rxbuf *rx_buf_head;
usr/src/uts/common/io/sfe/sfe_util.h
220
struct rxbuf *rx_buf_tail;
usr/src/uts/common/io/sfe/sfe_util.h
221
struct rxbuf *rx_buf_freelist;
usr/src/uts/common/io/sfe/sfe_util.h
530
struct rxbuf *, size_t);
usr/src/uts/common/io/sfe/sfe_util.h
602
mblk_t *gem_get_packet_default(struct gem_dev *, struct rxbuf *, size_t);
usr/src/uts/common/io/sfe/sfe_util.h
613
struct rxbuf *gem_get_rxbuf(struct gem_dev *, int);
usr/src/uts/common/io/uath/uath.c
1571
uint8_t *rxbuf;
usr/src/uts/common/io/uath/uath.c
1593
rxbuf = (uint8_t *)mp->b_rptr;
usr/src/uts/common/io/uath/uath.c
1602
chunk = (struct uath_chunk *)rxbuf;
usr/src/uts/common/io/uath/uath.c
1673
bcopy((rxbuf + sizeof (struct uath_chunk)), m->b_rptr, pktlen);
usr/src/uts/common/io/ural/ural.c
452
char *rxbuf;
usr/src/uts/common/io/ural/ural.c
470
rxbuf = (char *)mp->b_rptr;
usr/src/uts/common/io/ural/ural.c
480
desc = (struct ural_rx_desc *)(rxbuf + len - RAL_RX_DESC_SIZE);
usr/src/uts/common/io/ural/ural.c
511
bcopy(rxbuf, m->b_rptr, pktlen);
usr/src/uts/common/io/urtw/urtw.c
2521
uint8_t *rxbuf;
usr/src/uts/common/io/urtw/urtw.c
2536
rxbuf = (uint8_t *)mp->b_rptr;
usr/src/uts/common/io/urtw/urtw.c
2545
desc = rxbuf + len;