HomeSort by relevance Sort by last modified time
    Searched defs:iobuf (Results 26 - 31 of 31) sorted by null

12

  /external/syslinux/gpxe/src/drivers/infiniband/
hermon.c 35 #include <gpxe/iobuf.h>
1428 struct io_buffer *iobuf; local
    [all...]
linda.c 32 #include <gpxe/iobuf.h>
939 * @v iobuf I/O buffer
945 struct io_buffer *iobuf ) {
965 wq->iobufs[linda_wq->prod] = iobuf;
971 ib_push ( ibdev, &headers, qp, iob_len ( iobuf ), av );
975 iob_len ( iobuf ) + 3 ) & ~3 );
995 for ( data = iobuf->data, frag_len = iob_len ( iobuf ) ;
1025 struct io_buffer *iobuf; local
1034 iobuf = wq->iobufs[wqe_idx]
1170 struct io_buffer *iobuf; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c 32 #include <gpxe/iobuf.h>
1077 struct io_buffer *iobuf; local
1096 iobuf = alloc_iob ( PHN_RX_BUFSIZE );
1097 if ( ! iobuf ) {
1107 length, iob_len ( iobuf ) );
1109 dma_addr, virt_to_bus ( iobuf->data ) );
1113 phantom->rds_iobuf[handle] = iobuf;
1188 struct io_buffer *iobuf; local
1265 struct io_buffer *iobuf; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
rtl8139.c 82 #include <gpxe/iobuf.h>
92 struct io_buffer *iobuf[TX_RING_SIZE]; member in struct:rtl8139_tx
373 * @v iobuf I/O buffer
377 struct io_buffer *iobuf ) {
381 if ( rtl->tx.iobuf[rtl->tx.next] != NULL ) {
387 iob_pad ( iobuf, ETH_ZLEN );
391 virt_to_bus ( iobuf->data ), iob_len ( iobuf ) );
392 rtl->tx.iobuf[rtl->tx.next] = iobuf;
    [all...]
mtnic.h 270 struct io_buffer *iobuf[UNITS_BUFFER_SIZE]; member in struct:mtnic_ring
  /external/syslinux/gpxe/src/net/80211/
net80211.c 149 struct io_buffer *iobuf );
159 struct io_buffer *iobuf, const void *ll_dest,
162 struct io_buffer *iobuf, const void **ll_dest,
334 * @v iobuf I/O buffer
341 struct io_buffer *iobuf )
344 struct ieee80211_frame *hdr = iobuf->data;
350 iobuf );
355 netdev_tx_complete ( netdev, iobuf );
366 rc = dev->op->transmit ( dev, iobuf );
493 * @v iobuf I/O buffe
687 struct io_buffer *iobuf; local
    [all...]

Completed in 176 milliseconds

12