Searched refs:txfid (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c442 u16 txfid = priv->txfid; local
496 txfid, 0);
510 txfid, 0);
526 txfid, HERMES_802_3_OFFSET);
542 txfid, offset);
554 txfid, NULL);
587 if (fid != priv->txfid) {
H A Dorinoco.h92 u16 txfid; member in struct:orinoco_private
H A Dhw.c415 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid);
418 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_hw.c19 * tx_packets would need some further info in txfid table)
1405 local->txfid[i] = hfa384x_allocate_fid(dev, local->txfid_len);
1406 if (local->txfid[i] == 0xffff && local->txfid_len > 1600) {
1407 local->txfid[i] = hfa384x_allocate_fid(dev, 1600);
1408 if (local->txfid[i] != 0xffff) {
1414 if (local->txfid[i] == 0xffff)
1674 PDEBUG(DEBUG_EXTRA2, "prism2_get_txfid_idx: no room in txfid buf: "
1718 /* With reclaim, Resp0 contains new txfid for transmit; the old txfid
1722 PDEBUG(DEBUG_FID, "%s: prism2_transmit_cb: txfid[
[all...]
H A Dhostap_proc.c30 local->txfid[i], local->intransmitfid[i]);
H A Dhostap_wlan.h660 /* txfid, intransmitfid, next_txtid, and next_alloc are protected by
664 u16 txfid[PRISM2_TXFID_COUNT]; /* buffer IDs for TX frames */ member in struct:local_info
666 * corresponding txfid is free for next TX frame */
668 int next_txfid; /* index to the next txfid to be checked for

Completed in 55 milliseconds