Searched refs:tx_cb (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/net/
H A Dqla3xxx.c1919 struct ql_tx_buf_cb *tx_cb; local
1928 tx_cb = &qdev->tx_buf[mac_rsp->transaction_id];
1940 if (tx_cb->seg_count == 0) {
1941 netdev_err(qdev->ndev, "tx_cb->seg_count == 0: %d\n",
1950 dma_unmap_addr(&tx_cb->map[0], mapaddr),
1951 dma_unmap_len(&tx_cb->map[0], maplen),
1953 tx_cb->seg_count--;
1954 if (tx_cb->seg_count) {
1955 for (i = 1; i < tx_cb->seg_count; i++) {
1957 dma_unmap_addr(&tx_cb
2310 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
2473 struct ql_tx_buf_cb *tx_cb; local
2812 struct ql_tx_buf_cb *tx_cb; local
2825 struct ql_tx_buf_cb *tx_cb; local
3631 struct ql_tx_buf_cb *tx_cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_hw.c3280 struct hostap_tx_callback_info *tx_cb, *tx_cb_prev; local
3332 tx_cb = local->tx_callback;
3333 while (tx_cb != NULL) {
3334 tx_cb_prev = tx_cb;
3335 tx_cb = tx_cb->next;

Completed in 106 milliseconds