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

/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_sp.c61 buffer_prefix_content,
70 ((buffer_prefix_content->priv_data_size & (OFFSET_UNITS - 1)) ?
71 ((buffer_prefix_content->priv_data_size + OFFSET_UNITS) &
73 buffer_prefix_content->priv_data_size);
91 (u16)((buffer_prefix_content->pass_prs_result ? 32 : 0) +
92 ((buffer_prefix_content->pass_time_stamp ||
93 buffer_prefix_content->pass_hash_result) ? 16 : 0));
97 (u8)(buffer_prefix_content->pass_prs_result ? 32 :
98 ((buffer_prefix_content->pass_time_stamp ||
99 buffer_prefix_content
58 fman_sp_build_buffer_struct(struct fman_sp_int_context_data_copy * int_context_data_copy, struct fman_buffer_prefix_content * buffer_prefix_content, struct fman_sp_buf_margins *buf_margins, struct fman_sp_buffer_offsets *buffer_offsets, u8 *internal_buf_offset) argument
[all...]
H A Dfman_sp.h66 *buffer_prefix_content,
H A Dfman_port.h119 *buffer_prefix_content);
H A Dfman_port.c397 struct fman_buffer_prefix_content buffer_prefix_content; member in struct:fman_port_cfg
1241 cfg->buffer_prefix_content.data_align =
1427 &port->cfg->buffer_prefix_content,
1505 * @buffer_prefix_content: A structure of parameters describing
1529 buffer_prefix_content)
1534 memcpy(&port->cfg->buffer_prefix_content,
1535 buffer_prefix_content,
1540 if (!port->cfg->buffer_prefix_content.data_align)
1541 port->cfg->buffer_prefix_content.data_align =
1527 fman_port_cfg_buf_prefix_content(struct fman_port *port, struct fman_buffer_prefix_content * buffer_prefix_content) argument

Completed in 222 milliseconds