Home
last modified time | relevance | path

Searched refs:tx_buf_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Duli526x.c93 char *tx_buf_ptr; /* Data for us */ member
462 memcpy((char *)txptr->tx_buf_ptr, (char *)packet, (int)length); in uli526x_start_xmit()
657 tmp_tx->tx_buf_ptr = (char *)tmp_buf; in uli526x_descriptor_init()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c108 char *tx_buf_ptr; /* Data for us */ member
616 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in uli526x_start_xmit()
1291 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init()
1356 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
H A Ddmfe.c188 char *tx_buf_ptr; /* Data for us */ member
700 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in dmfe_start_xmit()
1384 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init()
1486 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()