Lines Matching defs:osh
73 #define PKTDBG_TRACE(osh, pkt, bit) BCM_REFERENCE(osh) argument
84 #define SET_REG(osh, r, mask, val) W_REG((osh), (r), ((R_REG((osh), r) & ~(mask)) | (val))) argument
87 #define AND_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) & (v)) argument
91 #define OR_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) | (v)) argument
208 #define PKTSETCHAINED(osh, skb) BCM_REFERENCE(osh) argument
211 #define PKTCLRCHAINED(osh, skb) BCM_REFERENCE(osh) argument
232 #define PKTFRAGPKTID(osh, lb) (0) argument
235 #define PKTSETFRAGPKTID(osh, lb, id) BCM_REFERENCE(osh) argument
238 #define PKTFRAGTOTNUM(osh, lb) (0) argument
241 #define PKTSETFRAGTOTNUM(osh, lb, tot) BCM_REFERENCE(osh) argument
244 #define PKTFRAGTOTLEN(osh, lb) (0) argument
247 #define PKTSETFRAGTOTLEN(osh, lb, len) BCM_REFERENCE(osh) argument
250 #define PKTIFINDEX(osh, lb) (0) argument
253 #define PKTSETIFINDEX(osh, lb, idx) BCM_REFERENCE(osh) argument
256 #define PKTGETLF(osh, len, send, lbuf_type) (0) argument
261 #define PKTFRAGUSEDLEN(osh, lb) (0) argument
264 #define PKTSETFRAGUSEDLEN(osh, lb, len) BCM_REFERENCE(osh) argument
267 #define PKTFRAGLEN(osh, lb, ix) (0) argument
270 #define PKTSETFRAGLEN(osh, lb, ix, len) BCM_REFERENCE(osh) argument
273 #define PKTFRAGDATA_LO(osh, lb, ix) (0) argument
276 #define PKTSETFRAGDATA_LO(osh, lb, ix, addr) BCM_REFERENCE(osh) argument
279 #define PKTFRAGDATA_HI(osh, lb, ix) (0) argument
282 #define PKTSETFRAGDATA_HI(osh, lb, ix, addr) BCM_REFERENCE(osh) argument
286 #define PKTFRAGMOVE(osh, dst, src) (BCM_REFERENCE(osh), BCM_REFERENCE(dst), BCM_REFERENCE(src)) argument
291 #define PKTISRXFRAG(osh, lb) (0) argument
294 #define PKTSETRXFRAG(osh, lb) BCM_REFERENCE(osh) argument
297 #define PKTRESETRXFRAG(osh, lb) BCM_REFERENCE(osh) argument
302 #define PKTISTXFRAG(osh, lb) (0) argument
305 #define PKTSETTXFRAG(osh, lb) BCM_REFERENCE(osh) argument
310 #define PKTISTXALFRAG(osh, lb) (0) argument
313 #define PKTSETTXALFRAG(osh, lb) BCM_REFERENCE(osh) argument
316 #define PKTRESETTXALFRAG(osh, lb) BCM_REFERENCE(osh) argument
320 #define PKTNUMMPDUS(osh, lb) (1) argument
323 #define PKTNUMPKTS(osh, lb) (1) argument
327 #define PKTISHWCSO(osh, lb) (FALSE) argument
331 #define PKTISSUBMSDUTOEHDR(osh, lb) (FALSE) argument
335 #define PKT_IS_HOST_SFHLLC(osh, lb) (FALSE) argument
339 #define PKT_SET_HOST_SFHLLC(osh, lb) BCM_REFERENCE(osh) argument
343 #define PKT_IS_HOST_SFHLLC_DONE(osh, lb) (FALSE) argument
347 #define PKT_SET_HOST_SFHLLC_DONE(osh, lb) BCM_REFERENCE(osh) argument
352 #define PKTNEEDRXCPL(osh, lb) (TRUE) argument
355 #define PKTSETNORXCPL(osh, lb) BCM_REFERENCE(osh) argument
358 #define PKTRESETNORXCPL(osh, lb) BCM_REFERENCE(osh) argument
361 #define PKTISFRAG(osh, lb) (0) argument
364 #define PKTFRAGISCHAINED(osh, i) (0) argument
367 #define PKTISHDRCONVTD(osh, lb) (0) argument
372 #define PKTISFRWDPKT(osh, lb) 0 argument
375 #define PKTSETFRWDPKT(osh, lb) BCM_REFERENCE(osh) argument
378 #define PKTRESETFRWDPKT(osh, lb) BCM_REFERENCE(osh) argument
383 #define PKTISUSEDTOTLEN(osh, lb) 0 argument
386 #define PKTSETUSEDTOTLEN(osh, lb) BCM_REFERENCE(osh) argument
389 #define PKTRESETUSEDTOTLEN(osh, lb) BCM_REFERENCE(osh) argument
394 #define PKTISUDR(osh, lb) 0 argument
398 #define PKTSETUDR(osh, lb) BCM_REFERENCE(osh) argument
402 #define PKTRESETUDR(osh, lb) BCM_REFERENCE(osh) argument
427 #define MALLOC_RA(osh, size, callsite) MALLOCZ(osh, size) argument
451 #define MALLOC_SET_NOPERSIST(osh) do { } while (0) argument
455 #define MALLOC_CLEAR_NOPERSIST(osh) do { } while (0) argument