Searched refs:PKTGET (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/supp/include/
H A Dbcm_lbuf.h183 #define PKTGET(osh, len, send) (void *)osl_pktget((osh),(len)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dmin_osl.h200 #define PKTGET(osh, len, send) ((void *)NULL) macro
H A Dcfe_osl.h218 #define PKTGET(osh, len, send) ((void*)osl_pktget((len))) macro
H A Dlinux_osl.h400 #define PKTGET(osh, len, send) osl_pktget((osh), (len), __LINE__, __FILE__) macro
403 #define PKTGET(osh, len, send) osl_pktget((osh), (len)) macro
905 #define PKTGET(osh, len, send) osl_pktget((osh), (len), __LINE__, __FILE__) macro
909 #define PKTGET(osh, len, send) osl_pktget((osh), (len)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/et/sys/
H A Det_cfe.c394 if (!(p = PKTGET(NULL, buffer->buf_length, TRUE))) {
395 ET_ERROR(("et%d: PKTGET failed\n", et->etc->unit));
H A Detc.c852 if ((pkt = PKTGET(etc->osh, VLAN_TAG_LEN +
854 ET_ERROR(("et%d: PKTGET of size %d failed during expand head\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/proxyarp/
H A Dproxyarp_common.c305 if ((pkt = PKTGET(osh, pktlen, FALSE)) == NULL) {
306 PROXYARP_ERR("%s %d: PKTGET failed\n", __func__, __LINE__);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wl/olpc/src/
H A Dwlc_olpc_engine.c638 if ((p = PKTGET(osh, buflen, TRUE)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmutils.c101 p = PKTGET(osh, plen, pktp->istx);
171 p = PKTGET(osh, pktpool_plen(pktp), FALSE);
H A Dhnddma.c1357 p = PKTGET(di->osh, (di->rxbufsize + extra_offset + alignment_req - 1),

Completed in 139 milliseconds