Searched defs:rxbuf (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.h51 struct rxbuf { struct
72 struct rxbuf *rxbuf_alloc(kmem_cache_t *cache, int kmflags, uint_t ref_cnt);
73 void rxbuf_free(struct rxbuf *rxb);
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c153 struct ipw2100_status *status, uint8_t *rxbuf);
2641 uint8_t *rxbuf)
2645 struct ieee80211_frame *wh = (struct ieee80211_frame *)rxbuf;
2653 (void) memcpy(m->b_wptr, rxbuf, rlen);
2672 uint8_t *rxbuf; local
2739 rxbuf = &sc->sc_rxbufs[i]->rxb_dat[0];
2783 state = LE_32(* ((uint32_t *)(uintptr_t)rxbuf));
2825 ipw2100_rcvpkt(sc, status, rxbuf);
2640 ipw2100_rcvpkt(struct ipw2100_softc *sc, struct ipw2100_status *status, uint8_t *rxbuf) argument
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2858 uint8_t *p, *rxbuf; local
2972 rxbuf = sc->sc_rxbufs[i];
2981 * Get rx header(hdr) and rx data(p) from rxbuf
2983 p = rxbuf;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1184 char *rxbuf; local
1228 rxbuf = data->buf;
1249 bcopy(rxbuf, m->b_rptr, len);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c517 char *rxbuf; local
535 rxbuf = (char *)mp->b_rptr;
546 desc = (struct rum_rx_desc *)rxbuf;
573 bcopy(rxbuf + RT2573_RX_DESC_SIZE, m->b_rptr, pktlen);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c972 uint8_t *rxbuf; local
1015 rxbuf = (uint8_t *)data->rxdata_dma.mem_va;
1033 bcopy(rxbuf, m->b_rptr, pktlen);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1712 uint8_t ant, rssi, *rxbuf; local
1752 rxbuf = (uint8_t *)data->rxbuf_dma.mem_va;
1754 rxwi = (struct rt2860_rxwi *)rxbuf;
1755 rxbuf = (uint8_t *)(rxwi + 1);
1765 bcopy(rxbuf, mp0->b_rptr, pktlen);
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1566 uint8_t *rxbuf; local
1588 rxbuf = (uint8_t *)mp->b_rptr;
1597 chunk = (struct uath_chunk *)rxbuf;
1668 bcopy((rxbuf + sizeof (struct uath_chunk)), m->b_rptr, pktlen);
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c452 char *rxbuf; local
470 rxbuf = (char *)mp->b_rptr;
480 desc = (struct ural_rx_desc *)(rxbuf + len - RAL_RX_DESC_SIZE);
511 bcopy(rxbuf, m->b_rptr, pktlen);
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2517 uint8_t *rxbuf; local
2532 rxbuf = (uint8_t *)mp->b_rptr;
2541 desc = rxbuf + len;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h158 struct rxbuf { struct
160 struct rxbuf *rxb_next;
219 struct rxbuf *rx_buf_head;
220 struct rxbuf *rx_buf_tail;
221 struct rxbuf *rx_buf_freelist;
530 struct rxbuf *, size_t);
602 mblk_t *gem_get_packet_default(struct gem_dev *, struct rxbuf *, size_t);
613 struct rxbuf *gem_get_rxbuf(struct gem_dev *, int);

Completed in 203 milliseconds