Searched refs:aggLen (Results 1 - 2 of 2) 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.h221 void (*core)(zdev_t* dev, u16_t baw_seq, u32_t bitmap, u16_t aggLen);
421 void zfBawCore(zdev_t* dev, u16_t baw_seq, u32_t bitmap, u16_t aggLen);
H A Dcagg.c1133 u16_t aggLen; local
1147 aggLen = zm_agg_min(16, zm_agg_min(tid_tx->size, (u16_t)(freeTxd - 2)));
1153 if (aggLen <=0 )
1157 if (aggLen == 1) {
1179 zm_msg1_agg(ZM_LV_0, "aggLen=", aggLen);
1181 for (j=0; j < aggLen; j++) {
1196 else if ((j == (aggLen - 1)) || tid_tx->size == 0)
1237 zm_msg1_agg(ZM_LV_0, "aggLen not reached, but no more frame, j=", j);
1427 void zfBawCore(zdev_t* dev, u16_t baw_seq, u32_t bitmap, u16_t aggLen) { argument
[all...]

Completed in 158 milliseconds