Searched refs:PCWL_NICMEM_SZ (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c1055 buf = kmem_zalloc(PCWL_NICMEM_SZ, KM_SLEEP);
1067 if (pkt_len > (PCWL_NICMEM_SZ - sizeof (wl_frame_t))) {
1069 kmem_free(buf, PCWL_NICMEM_SZ);
1075 kmem_free(buf, PCWL_NICMEM_SZ);
1094 ASSERT(pkt_len <= PCWL_NICMEM_SZ);
1115 kmem_free(buf, PCWL_NICMEM_SZ);
1442 mblk_t *mp = allocb(PCWL_NICMEM_SZ, BPRI_MED);
2242 ret = pcwl_alloc_nicmem(pcwl_p, PCWL_NICMEM_SZ, &rc);
2254 ret = pcwl_alloc_nicmem(pcwl_p, PCWL_NICMEM_SZ, &pcwl_p->pcwl_mgmt_id);
H A Dpcwl.h768 #define PCWL_NICMEM_SZ (2048) /* 80211MTU set as 1500, so 2k here */ macro

Completed in 119 milliseconds