Home
last modified time | relevance | path

Searched refs:buffer_prefix_content (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman_sp.c88 buffer_prefix_content, in fman_sp_build_buffer_struct()
97 ((buffer_prefix_content->priv_data_size & (OFFSET_UNITS - 1)) ? in fman_sp_build_buffer_struct()
98 ((buffer_prefix_content->priv_data_size + OFFSET_UNITS) & in fman_sp_build_buffer_struct()
100 buffer_prefix_content->priv_data_size); in fman_sp_build_buffer_struct()
118 (u16)((buffer_prefix_content->pass_prs_result ? 32 : 0) + in fman_sp_build_buffer_struct()
119 ((buffer_prefix_content->pass_time_stamp || in fman_sp_build_buffer_struct()
120 buffer_prefix_content->pass_hash_result) ? 16 : 0)); in fman_sp_build_buffer_struct()
124 (u8)(buffer_prefix_content->pass_prs_result ? 32 : in fman_sp_build_buffer_struct()
125 ((buffer_prefix_content->pass_time_stamp || in fman_sp_build_buffer_struct()
126 buffer_prefix_content->pass_hash_result) ? 64 : 0)); in fman_sp_build_buffer_struct()
[all …]
Dfman_sp.h92 *buffer_prefix_content,
Dfman_port.h146 *buffer_prefix_content);
Dfman_port.c423 struct fman_buffer_prefix_content buffer_prefix_content; member
1270 cfg->buffer_prefix_content.data_align = in set_dflt_cfg()
1453 &port->cfg->buffer_prefix_content, in fman_port_init()
1555 buffer_prefix_content) in fman_port_cfg_buf_prefix_content()
1560 memcpy(&port->cfg->buffer_prefix_content, in fman_port_cfg_buf_prefix_content()
1561 buffer_prefix_content, in fman_port_cfg_buf_prefix_content()
1566 if (!port->cfg->buffer_prefix_content.data_align) in fman_port_cfg_buf_prefix_content()
1567 port->cfg->buffer_prefix_content.data_align = in fman_port_cfg_buf_prefix_content()