Searched refs:tx_cb (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dqla3xxx.c2044 struct ql_tx_buf_cb *tx_cb; local
2052 tx_cb = &qdev->tx_buf[mac_rsp->transaction_id];
2063 if(tx_cb->seg_count == 0) {
2064 printk(KERN_ERR "tx_cb->seg_count == 0: %d\n", mac_rsp->transaction_id);
2072 pci_unmap_addr(&tx_cb->map[0], mapaddr),
2073 pci_unmap_len(&tx_cb->map[0], maplen),
2075 tx_cb->seg_count--;
2076 if (tx_cb->seg_count) {
2077 for (i = 1; i < tx_cb->seg_count; i++) {
2079 pci_unmap_addr(&tx_cb
2473 ql_send_map(struct ql3_adapter *qdev, struct ob_mac_iocb_req *mac_iocb_ptr, struct ql_tx_buf_cb *tx_cb, struct sk_buff *skb) argument
2629 struct ql_tx_buf_cb *tx_cb; local
2980 struct ql_tx_buf_cb *tx_cb; local
2995 struct ql_tx_buf_cb *tx_cb; local
3841 struct ql_tx_buf_cb *tx_cb; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_hw.c3304 struct hostap_tx_callback_info *tx_cb, *tx_cb_prev; local
3368 tx_cb = local->tx_callback;
3369 while (tx_cb != NULL) {
3370 tx_cb_prev = tx_cb;
3371 tx_cb = tx_cb->next;

Completed in 94 milliseconds