Searched refs:tx_buf_ptr (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
D | uli526x.c | 108 char *tx_buf_ptr; /* Data for us */ member 613 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in uli526x_start_xmit() 1288 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init() 1353 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
|
D | dmfe.c | 188 char *tx_buf_ptr; /* Data for us */ member 701 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in dmfe_start_xmit() 1385 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init() 1487 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 182392 + u32 tx_buf_ptr; 182410 + tx_buf_ptr = tx_rbuf->phy_addrs[tail]; 182416 + mlb150_dev_pipo_next(ahb_ch, ctype, adt_sts, tx_buf_ptr); 183132 + u32 tx_buf_ptr, ahb_ch; 183139 + tx_buf_ptr = tx_rbuf->phy_addrs[tail]; 183145 + mlb150_dev_pipo_next(ahb_ch, ctype, adt_sts, tx_buf_ptr);
|