Searched refs:tx_data_off (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_frame.c | 49 dpaa2_fd_build(device_t dev, const uint16_t tx_data_off, struct dpaa2_buf *buf, in dpaa2_fd_build() argument 69 sge = (struct dpaa2_sg_entry *)sgt->vaddr + tx_data_off; in dpaa2_fd_build() 102 fd->offset_fmt_sl = 0x2000u | tx_data_off; in dpaa2_fd_build()
|
| H A D | dpaa2_ni.h | 456 uint16_t tx_data_off; member
|
| H A D | dpaa2_ni.c | 1990 error = DPAA2_CMD_NI_GET_TX_DATA_OFF(dev, child, &cmd, &sc->tx_data_off); in dpaa2_ni_set_buf_layout() 1998 device_printf(dev, "Tx data offset=%d\n", sc->tx_data_off); in dpaa2_ni_set_buf_layout() 2000 if ((sc->tx_data_off % 64) != 0) { in dpaa2_ni_set_buf_layout() 2002 "of 64 bytes\n", sc->tx_data_off); in dpaa2_ni_set_buf_layout() 2029 buf_layout.head_size = sc->tx_data_off - BUF_RX_HWA_SIZE - BUF_SWA_SIZE; in dpaa2_ni_set_buf_layout() 3051 error = dpaa2_fd_build(dev, sc->tx_data_off, buf, segs, nsegs, &fd); in dpaa2_ni_tx()
|