Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c147 static struct ice_buf_table *ice_find_buf_table(struct ice_seg *ice_seg) in ice_find_buf_table() argument
150 (ice_seg->device_table + le32_to_cpu(ice_seg->device_table_count)); in ice_find_buf_table()
168 static const struct ice_buf_hdr *ice_pkg_enum_buf(struct ice_seg *ice_seg, in ice_pkg_enum_buf() argument
171 if (ice_seg) { in ice_pkg_enum_buf()
172 state->buf_table = ice_find_buf_table(ice_seg); in ice_pkg_enum_buf()
195 static bool ice_pkg_advance_sect(struct ice_seg *ice_seg, in ice_pkg_advance_sect() argument
198 if (!ice_seg && !state->buf) in ice_pkg_advance_sect()
201 if (!ice_seg && state->buf) in ice_pkg_advance_sect()
205 state->buf = ice_pkg_enum_buf(ice_seg, state); in ice_pkg_advance_sect()
226 void *ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state, in ice_pkg_enum_section() argument
[all …]
H A Dice_ddp.h137 struct ice_seg { struct
463 ice_pkg_enum_entry(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
467 void *ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
H A Dice_type.h990 struct ice_seg *seg;
H A Dice_parser.c98 struct ice_seg *seg = hw->seg; in ice_parser_create_table()
1891 struct ice_seg *seg = hw->seg; in ice_xlt_kb_get()