Home
last modified time | relevance | path

Searched refs:head_size (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.h312 uint16_t head_size; member
H A Ddpaa2_ni.c1962 buf_layout.head_size = sc->tx_data_off - BUF_RX_HWA_SIZE - BUF_SWA_SIZE; in dpaa2_ni_set_buf_layout()
H A Ddpaa2_rc.c1239 args->head_room = bl->head_size; in dpaa2_rc_ni_set_buf_layout()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h2271 uint8_t head_size:8; member
2297 uint8_t head_size:8; member
H A Dal_hal_eth_main.c4839 gcp_table_gen |= (tx_gcp_entry->head_size & AL_ETH_TX_GCP_HEAD_SIZE_MASK) << in al_eth_tx_generic_crc_table_entry_set()
5006 gcp_table_gen |= (rx_gcp_entry->head_size & AL_ETH_RX_GCP_HEAD_SIZE_MASK) << in al_eth_rx_generic_crc_table_entry_set()
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c4146 size_t head_size;
4150 head_size = (BPTR)(&ep->vallen + 1) - (BPTR)ep; in exten_payload_size()
4152 if (extn_size >= head_size) { in exten_payload_size()
4154 if (data_size > extn_size - head_size) in exten_payload_size()
4156 size_t head_size; exten_payload_size() local