Searched refs:tx_cb (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.c | 1919 struct ql_tx_buf_cb *tx_cb; in ql_process_mac_tx_intr() local 1927 tx_cb = &qdev->tx_buf[mac_rsp->transaction_id]; in ql_process_mac_tx_intr() 1938 if (tx_cb->seg_count == 0) { in ql_process_mac_tx_intr() 1947 dma_unmap_addr(&tx_cb->map[0], mapaddr), in ql_process_mac_tx_intr() 1948 dma_unmap_len(&tx_cb->map[0], maplen), DMA_TO_DEVICE); in ql_process_mac_tx_intr() 1949 tx_cb->seg_count--; in ql_process_mac_tx_intr() 1950 if (tx_cb->seg_count) { in ql_process_mac_tx_intr() 1951 for (i = 1; i < tx_cb->seg_count; i++) { in ql_process_mac_tx_intr() 1953 dma_unmap_addr(&tx_cb->map[i], mapaddr), in ql_process_mac_tx_intr() 1954 dma_unmap_len(&tx_cb->map[i], maplen), in ql_process_mac_tx_intr() [all …]
|
/linux/include/linux/qed/ |
H A D | qed_ll2_if.h | 192 int (*tx_cb)(void *, struct sk_buff *, bool); member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 106 if (cdev->ll2->cbs && cdev->ll2->cbs->tx_cb) in qed_ll2b_complete_tx_packet() 107 cdev->ll2->cbs->tx_cb(cdev->ll2->cb_cookie, skb, in qed_ll2b_complete_tx_packet()
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_main.c | 1923 .tx_cb = NULL,
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2695 .tx_cb = NULL,
|