Searched refs:ice_struct_size (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_defs.h60 * ice_struct_size - size of struct with C99 flexible array member
65 #define ice_struct_size(ptr, field, num) \ macro
H A Dice_flex_type.h138 ice_struct_size((struct ice_label_section *)0, label, 1) - \
201 ice_struct_size((struct ice_boost_tcam_section *)0, tcam, 1) - \
H A Dice_switch.c158 buf_len = ice_struct_size(sw_buf, elem, 1);
193 buf_len = ice_struct_size(sw_buf, elem, num_elems);
230 buf_len = ice_struct_size(sw_buf, elem, 1);
311 buf_len = ice_struct_size(sw_buf, elem, 1);
899 buf_len = ice_struct_size(sw_buf, elem, 1);
1384 lg_act_size = (u16)ice_struct_size(lg_act, act, num_lg_acts);
1386 ice_struct_size(rx_tx, hdr_data, DUMMY_ETH_HDR_LEN);
1482 lg_act_size = (u16)ice_struct_size(lg_act, act, num_acts);
1484 ice_struct_size(rx_tx, hdr_data, DUMMY_ETH_HDR_LEN);
1616 s_rule_size = (u16)ice_struct_size(s_rul
[all...]
H A Dice_ddp_common.h232 ice_struct_size((struct ice_buf_hdr *)0, section_entry, 1) - (hd_sz)) /\
H A Dice_ddp_common.c869 size = ice_struct_size(pkg_info, pkg_info, ICE_PKG_CNT);
1030 if (len < ice_struct_size(pkg, seg_offset, 1))
1045 if (len < ice_struct_size(pkg, seg_offset, seg_count))
1140 size = ice_struct_size(pkg, pkg_info, ICE_PKG_CNT);
H A Dice_flex_pipe.c497 ice_struct_size(sect_rx, tcam, 1));
504 ice_struct_size(sect_tx, tcam, 1));
582 size = ice_struct_size(sect_rx, tcam, count);
740 ice_struct_size(sect, value,
1028 ice_struct_size(sect, value, 1),
2295 ice_struct_size(p, es,
2334 ice_struct_size(p,
2374 ice_struct_size(p,
2412 ice_struct_size(p,
H A Dice_common.c2124 buf_len = ice_struct_size(buf, elem, num);
2162 buf_len = ice_struct_size(buf, elem, num);
4315 sum_size += ice_struct_size(list, txqs, list->num_txqs);
4400 u16 item_size = ice_struct_size(item, q_id, item->num_qs);
4534 sum_size += ice_struct_size(list, rdma_qsets, num_qsets);
5217 buf_size = ice_struct_size(qg_list, q_id, 1);
5360 buf_size = ice_struct_size(buf, rdma_qsets, num_qsets);
5433 qg_size = ice_struct_size(qg_list, q_id, 1);
H A Dice_sched.c271 buf_size = ice_struct_size(buf, teid, num_nodes);
996 buf_size = ice_struct_size(buf, generic, num_nodes);
2429 buf_len = ice_struct_size(buf, teid, 1);
H A Dice_lib.c1615 qg_size = ice_struct_size(qg, txqs, 1);

Completed in 167 milliseconds