Home
last modified time | relevance | path

Searched refs:tx_data_off (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.h456 uint16_t tx_data_off; member
H A Ddpaa2_ni.c1923 error = DPAA2_CMD_NI_GET_TX_DATA_OFF(dev, child, &cmd, &sc->tx_data_off); in dpaa2_ni_set_buf_layout()
1931 device_printf(dev, "Tx data offset=%d\n", sc->tx_data_off); in dpaa2_ni_set_buf_layout()
1933 if ((sc->tx_data_off % 64) != 0) { in dpaa2_ni_set_buf_layout()
1935 "of 64 bytes\n", sc->tx_data_off); in dpaa2_ni_set_buf_layout()
1962 buf_layout.head_size = sc->tx_data_off - BUF_RX_HWA_SIZE - BUF_SWA_SIZE; in dpaa2_ni_set_buf_layout()
3353 sge = (struct dpaa2_sg_entry *)sgt->vaddr + sc->tx_data_off; in dpaa2_ni_build_fd()
3387 fd->offset_fmt_sl = 0x2000u | sc->tx_data_off; in dpaa2_ni_build_fd()