Searched refs:aggControl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcagg.h275 struct aggControl struct
401 u16_t zfAggTxSendEth(zdev_t* dev, zbuf_t* buf, u16_t port, u16_t bufType, u8_t flag, struct aggControl *aggControl, TID_TX tid_tx);
429 void zfAggTxRetransmit(zdev_t* dev, struct bufInfo *buf_info, struct aggControl *aggControl, TID_TX tid_tx);
H A Dcagg.c1132 struct aggControl aggControl; local
1193 aggControl.ampduIndication = ZM_AGG_FIRST_MPDU;
1198 aggControl.ampduIndication = ZM_AGG_LAST_MPDU;
1204 aggControl.ampduIndication = ZM_AGG_MIDDLE_MPDU;
1209 aggControl.addbaIndication = 0;
1210 aggControl.aggEnabled = 1;
1218 zfAggTxSendEth(dev, buf, 0, ZM_EXTERNAL_ALLOC_BUF, 0, &aggControl, tid_tx);
2412 void zfAggTxRetransmit(zdev_t* dev, struct bufInfo *buf_info, struct aggControl *aggControl, TID_T argument
2508 zfAggTxSendEth(zdev_t* dev, zbuf_t* buf, u16_t port, u16_t bufType, u8_t flag, struct aggControl *aggControl, TID_TX tid_tx) argument
[all...]
H A Dcinit.c67 u16_t* snap, u16_t snapLen, struct aggControl *aggControl)
298 if (aggControl && mt == 2) {
1360 if (aggControl && aggControl->aggEnabled) {
1367 if (ZM_AGG_LAST_MPDU == aggControl->ampduIndication)
1372 aggControl->aggEnabled = 0;
1378 aggControl->aggEnabled = 0;
64 zfTxGenWlanHeader(zdev_t* dev, zbuf_t* buf, u16_t* header, u16_t seq, u8_t flag, u16_t plusLen, u16_t minusLen, u16_t port, u16_t* da, u16_t* sa, u8_t up, u16_t *micLen, u16_t* snap, u16_t snapLen, struct aggControl *aggControl) argument
H A Dcfunc.h138 u16_t* snap, u16_t snapLen, struct aggControl *aggControl);

Completed in 39 milliseconds