Searched refs:pktLen (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h76 u32 pktLen, enum ath9k_pkt_type type,
81 ath9k_hw_ops(ah)->set11n_txdesc(ah, ds, pktLen, type, txPower, keyIx,
75 ath9k_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktLen, enum ath9k_pkt_type type, u32 txPower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
H A Dar9002_mac.c297 u32 pktLen, enum ath9k_pkt_type type,
307 ads->ds_ctl0 = (pktLen & AR_FrameLen)
296 ar9002_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktLen, enum ath9k_pkt_type type, u32 txPower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
H A Dhw.h613 u32 pktLen, enum ath9k_pkt_type type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c965 u16_t pktLen; local
971 pktLen = ptr[index] + (ptr[index+1] << 8);
978 zm_assert(pktLen < ZM_WLAN_MAX_RX_SIZE);
980 //printk("Get a packet, pktLen: 0x%04x\n", pktLen);
984 padLen = ZM_USB_STREAM_MODE_TAG_LEN - (pktLen & 0x3);
990 index = index + ZM_USB_STREAM_MODE_TAG_LEN + pktLen + padLen;
1049 zfwMemoryCopy(BufPtr, &(UsbBufPtr[chkIdx+ZM_USB_STREAM_MODE_TAG_LEN]), pktLen);
1051 zfwBufSetSize(dev, newBuf, pktLen);
1061 pktLen, pktTa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c1918 u32 pktLen; local
1923 pktLen = GET_OS_PKT_LEN(pPacket);
1976 ASSERT((pktLen > 34));
1978 ASSERT((pktLen > 34)); /* 14 for ethernet header, 20 for IP header */

Completed in 90 milliseconds