Home
last modified time | relevance | path

Searched refs:buffer_offsets (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman_sp.c63 struct fman_sp_buffer_offsets *buffer_offsets, in fman_sp_build_buffer_struct() argument
77 buffer_offsets->prs_result_offset = (u32)ILLEGAL_BASE; in fman_sp_build_buffer_struct()
78 buffer_offsets->time_stamp_offset = (u32)ILLEGAL_BASE; in fman_sp_build_buffer_struct()
79 buffer_offsets->hash_result_offset = (u32)ILLEGAL_BASE; in fman_sp_build_buffer_struct()
102 buffer_offsets->prs_result_offset = in fman_sp_build_buffer_struct()
105 buffer_offsets->time_stamp_offset = in fman_sp_build_buffer_struct()
114 buffer_offsets->hash_result_offset = in fman_sp_build_buffer_struct()
137 buffer_offsets->data_offset = buf_margins->start_margins; in fman_sp_build_buffer_struct()
Dfman_sp.h69 *buffer_offsets,
Dfman_port.c436 struct fman_sp_buffer_offsets buffer_offsets; member
1429 &port->buffer_offsets, in fman_port_init()
1721 if (port->buffer_offsets.hash_result_offset == ILLEGAL_BASE) in fman_port_get_hash_result_offset()
1724 *offset = port->buffer_offsets.hash_result_offset; in fman_port_get_hash_result_offset()
1732 if (port->buffer_offsets.time_stamp_offset == ILLEGAL_BASE) in fman_port_get_tstamp()
1736 port->buffer_offsets.time_stamp_offset)); in fman_port_get_tstamp()