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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_hw.c18 * field in txdesc might be used to fix this (using Alloc event to increment
1807 struct hfa384x_tx_frame txdesc; local
1828 memset(&txdesc, 0, sizeof(txdesc));
1830 /* skb->data starts with txdesc->frame_control */
1832 skb_copy_from_linear_data(skb, &txdesc.frame_control, hdr_len);
1833 fc = le16_to_cpu(txdesc.frame_control);
1838 skb_copy_from_linear_data_offset(skb, hdr_len, txdesc.addr4,
1846 txdesc.sw_support = cpu_to_le16(meta->tx_cb_idx);
1848 txdesc
2169 hostap_tx_callback(local_info_t *local, struct hfa384x_tx_frame *txdesc, int ok, char *payload) argument
2219 hostap_tx_compl_read(local_info_t *local, int error, struct hfa384x_tx_frame *txdesc, char **payload) argument
2272 struct hfa384x_tx_frame txdesc; local
2303 struct hfa384x_tx_frame *txdesc = local
2328 struct hfa384x_tx_frame txdesc; local
2361 memcpy(skb_put(skb, sizeof(txdesc)), &txdesc, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsundance.c1006 struct netdev_desc *txdesc = local
1012 txdesc = &np->tx_ring[entry];
1017 np->last_tx = txdesc;
1020 txdesc->status |= cpu_to_le32(DescIntrOnTx);
1032 struct netdev_desc *txdesc; local
1038 txdesc = &np->tx_ring[entry];
1040 txdesc->next_desc = 0;
1041 txdesc->status = cpu_to_le32 ((entry << 2) | DisableAlign);
1042 txdesc->frag[0].addr = cpu_to_le32 (pci_map_single (np->pci_dev, skb->data,
1045 txdesc
[all...]
H A Ddl2k.c594 struct netdev_desc *txdesc; local
606 txdesc = &np->tx_ring[entry];
614 txdesc->fraginfo = cpu_to_le64 (pci_map_single (np->pdev, skb->data,
617 txdesc->fraginfo |= cpu_to_le64 (skb->len) << 48;
620 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag |
625 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c131 struct txdesc { /* Transmit descriptor */ struct
269 struct txdesc txDescrRing[FST_MAX_PORTS][NUM_TX_BUFFER];

Completed in 51 milliseconds