Searched refs:s2io_txdl_getskb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 2312 * s2io_txdl_getskb - Get the skb from txdl, unmap and return skb 2317 static struct sk_buff *s2io_txdl_getskb(struct fifo_info *fifo_data, in s2io_txdl_getskb() function 2384 skb = s2io_txdl_getskb(&mac_control->fifos[i], txdp, j); in free_tx_buffers() 3048 skb = s2io_txdl_getskb(fifo_data, txdlp, get_info.offset); in tx_intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 2314 * s2io_txdl_getskb - Get the skb from txdl, unmap and return skb 2319 static struct sk_buff *s2io_txdl_getskb(struct fifo_info *fifo_data, in s2io_txdl_getskb() function 2386 skb = s2io_txdl_getskb(&mac_control->fifos[i], txdp, j); in free_tx_buffers() 3050 skb = s2io_txdl_getskb(fifo_data, txdlp, get_info.offset); in tx_intr_handler()
|
Completed in 17 milliseconds