HomeSort by relevance Sort by last modified time
    Searched refs:io_buffer (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/syslinux/gpxe/src/include/gpxe/
iobuf.h 43 struct io_buffer { struct
69 static inline void * iob_reserve ( struct io_buffer *iobuf, size_t len ) {
87 static inline void * iob_push ( struct io_buffer *iobuf, size_t len ) {
104 static inline void * iob_pull ( struct io_buffer *iobuf, size_t len ) {
122 static inline void * iob_put ( struct io_buffer *iobuf, size_t len ) {
139 static inline void iob_unput ( struct io_buffer *iobuf, size_t len ) {
152 static inline void iob_empty ( struct io_buffer *iobuf ) {
162 static inline size_t iob_len ( struct io_buffer *iobuf ) {
172 static inline size_t iob_headroom ( struct io_buffer *iobuf ) {
182 static inline size_t iob_tailroom ( struct io_buffer *iobuf )
    [all...]
tcpip.h 17 struct io_buffer;
64 int ( * rx ) ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
95 int ( * tx ) ( struct io_buffer *iobuf,
116 extern int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto,
119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
netdevice.h 18 struct io_buffer;
64 int ( * rx ) ( struct io_buffer *iobuf, struct net_device *netdev,
105 int ( * push ) ( struct net_device *netdev, struct io_buffer *iobuf,
118 int ( * pull ) ( struct net_device *netdev, struct io_buffer *iobuf,
210 struct io_buffer *iobuf );
484 extern int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf );
486 struct io_buffer *iobuf, int rc );
488 extern void netdev_rx ( struct net_device *netdev, struct io_buffer *iobuf );
490 struct io_buffer *iobuf, int rc );
492 extern struct io_buffer * netdev_rx_dequeue ( struct net_device *netdev )
    [all...]
sec80211.h 41 int _sec80211_detect ( struct io_buffer *iob,
59 static inline int sec80211_detect ( struct io_buffer *iob,
net80211.h 342 struct io_buffer *iobuf );
545 struct io_buffer *iob[16];
733 struct io_buffer * ( * encrypt ) ( struct net80211_crypto *crypto,
734 struct io_buffer *iob );
759 struct io_buffer * ( * decrypt ) ( struct net80211_crypto *crypto,
760 struct io_buffer *iob );
    [all...]
xfer.h 59 struct io_buffer * ( * alloc_iob ) ( struct xfer_interface *xfer,
73 struct io_buffer *iobuf,
143 extern struct io_buffer * xfer_alloc_iob ( struct xfer_interface *xfer,
146 struct io_buffer *iobuf );
148 struct io_buffer *iobuf,
163 extern struct io_buffer * default_xfer_alloc_iob ( struct xfer_interface *xfer,
166 struct io_buffer *iobuf,
ib_packet.h 15 struct io_buffer;
140 extern int ib_push ( struct ib_device *ibdev, struct io_buffer *iobuf,
143 extern int ib_pull ( struct ib_device *ibdev, struct io_buffer *iobuf,
eapol.h 101 int ( * rx ) ( struct io_buffer *iob, struct net_device *netdev,
ndp.h 20 int ndp_process_advert ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
filter.h 47 extern struct io_buffer * filter_alloc_iob ( struct xfer_interface *xfer,
50 struct io_buffer *iobuf,
ip.h 17 struct io_buffer;
86 struct io_buffer *frag_iob;
infiniband.h 118 struct io_buffer **iobufs;
184 struct io_buffer *iobuf, int rc );
197 struct io_buffer *iobuf, int rc );
286 struct io_buffer *iobuf );
301 struct io_buffer *iobuf );
458 struct io_buffer *iobuf );
460 struct io_buffer *iobuf );
463 struct io_buffer *iobuf, int rc );
467 struct io_buffer *iobuf, int rc );
  /external/syslinux/gpxe/src/core/
iobuf.c 41 struct io_buffer * alloc_iob ( size_t len ) {
42 struct io_buffer *iobuf = NULL;
58 iobuf = ( struct io_buffer * ) ( data + len );
69 void free_iob ( struct io_buffer *iobuf ) {
90 int iob_ensure_headroom ( struct io_buffer *iobuf, size_t len ) {
filter.c 55 struct io_buffer * filter_alloc_iob ( struct xfer_interface *xfer,
62 int filter_deliver_iob ( struct xfer_interface *xfer, struct io_buffer *iobuf,
xfer.c 124 struct io_buffer * xfer_alloc_iob ( struct xfer_interface *xfer, size_t len ) {
126 struct io_buffer *iobuf;
148 struct io_buffer *iobuf,
174 struct io_buffer *iobuf ) {
253 struct io_buffer *iobuf;
335 struct io_buffer *
352 struct io_buffer *iobuf,
374 struct io_buffer *iobuf;
  /external/syslinux/gpxe/src/net/
iobpad.c 44 void iob_pad ( struct io_buffer *iobuf, size_t min_len ) {
nullnet.c 41 struct io_buffer *iobuf __unused ) {
rarp.c 44 static int rarp_rx ( struct io_buffer *iobuf,
netdevice.c 125 int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf ) {
158 struct io_buffer *iobuf, int rc ) {
188 struct io_buffer *iobuf;
218 void netdev_rx ( struct net_device *netdev, struct io_buffer *iobuf ) {
243 struct io_buffer *iobuf, int rc ) {
279 struct io_buffer * netdev_rx_dequeue ( struct net_device *netdev ) {
280 struct io_buffer *iobuf;
295 struct io_buffer *iobuf;
532 int net_tx ( struct io_buffer *iobuf, struct net_device *netdev,
564 int net_rx ( struct io_buffer *iobuf, struct net_device *netdev
    [all...]
eapol.c 43 static int eapol_rx ( struct io_buffer *iob, struct net_device *netdev,
tcpip.c 34 int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto,
63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol,
icmpv6.c 34 struct io_buffer *iobuf = alloc_iob ( sizeof ( *nsolicit ) + MIN_IOB_LEN );
74 static int icmp6_rx ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
100 struct io_buffer *rxiobuf = alloc_iob ( 500 );
  /external/syslinux/gpxe/src/drivers/net/
etherfabric_nic.h 98 struct io_buffer *buf[EFAB_TXD_SIZE];
116 struct io_buffer *buf[EFAB_NUM_RX_DESC];
  /external/syslinux/gpxe/src/net/80211/
wep.c 117 static struct io_buffer * wep_encrypt ( struct net80211_crypto *crypto,
118 struct io_buffer *iob )
121 struct io_buffer *eiob;
166 static struct io_buffer * wep_decrypt ( struct net80211_crypto *crypto,
167 struct io_buffer *eiob )
170 struct io_buffer *iob;
  /external/syslinux/gpxe/src/drivers/block/
srp.c 102 struct io_buffer *iobuf;
158 static int srp_login_rsp ( struct srp_device *srp, struct io_buffer *iobuf ) {
198 static int srp_login_rej ( struct srp_device *srp, struct io_buffer *iobuf ) {
230 struct io_buffer *iobuf;
297 static int srp_rsp ( struct srp_device *srp, struct io_buffer *iobuf ) {
353 struct io_buffer *iobuf ) {
373 struct io_buffer *iobuf,
378 int ( * type ) ( struct srp_device *srp, struct io_buffer *iobuf );

Completed in 4923 milliseconds

1 2 3 4