Searched refs:DEFINE_RAW_FLEX (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | overflow.h | 423 #define DEFINE_RAW_FLEX(type, name, member, count) \ macro
|
/linux/drivers/xen/ |
H A D | pci.c | 47 DEFINE_RAW_FLEX(struct physdev_pci_device_add, add, optarr, 1); in xen_add_device()
|
/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | loader.c | 353 DEFINE_RAW_FLEX(struct loader_xfer_dma_fragment, fragment, fragment_tbl, FRAGMENT_MAX_NUM); in ishtp_loader_work()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 520 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1); in ice_lag_move_vf_node_tc() 877 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1); in ice_lag_reclaim_vf_tc() 1927 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1); in ice_lag_move_vf_nodes_tc_sync()
|
H A D | ice_ddp.c | 1992 DEFINE_RAW_FLEX(struct ice_aqc_get_pkg_info_resp, pkg_info, pkg_info, in ice_get_pkg_info() 2044 DEFINE_RAW_FLEX(struct ice_aqc_get_pkg_info_resp, pkg, pkg_info, in ice_chk_pkg_compat()
|
H A D | ice_sched.c | 238 DEFINE_RAW_FLEX(struct ice_aqc_delete_elem, buf, teid, 1); in ice_sched_remove_elems() 2223 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1); in ice_sched_move_nodes()
|
H A D | ice_common.c | 4822 DEFINE_RAW_FLEX(struct ice_aqc_dis_txq_item, qg_list, q_id, 1); in ice_dis_vsi_txq() 5044 DEFINE_RAW_FLEX(struct ice_aqc_dis_txq_item, qg_list, q_id, 1); in ice_dis_vsi_rdma_qset()
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 1546 DEFINE_RAW_FLEX(struct cros_ec_command, buf, data, 0x100); in cros_ec_proto_test_cmd_xfer_normal() 1603 DEFINE_RAW_FLEX(struct cros_ec_command, buf, data, 0x100); in cros_ec_proto_test_cmd_xfer_excess_msg_insize() 1638 DEFINE_RAW_FLEX(struct cros_ec_command, buf, data, 0x100); in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_without_passthru() 1658 DEFINE_RAW_FLEX(struct cros_ec_command, buf, data, 0x100); in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_with_passthru()
|
/linux/lib/ |
H A D | overflow_kunit.c | 1189 DEFINE_RAW_FLEX(struct foo, two_but_zero, array, 2); in DEFINE_FLEX_test() 1196 DEFINE_RAW_FLEX(struct bar, two, array, 2); in DEFINE_FLEX_test()
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.c | 549 DEFINE_RAW_FLEX(struct fun_admin_bind_req, cmd, entry, 2); in fun_bind()
|
/linux/sound/firewire/ |
H A D | amdtp-stream.c | 1215 DEFINE_RAW_FLEX(struct fw_iso_packet, template, header, CIP_HEADER_QUADLETS); in process_rx_packets()
|
/linux/net/bluetooth/ |
H A D | l2cap_core.c | 4972 DEFINE_RAW_FLEX(struct l2cap_ecred_conn_rsp, pdu, dcid, L2CAP_ECRED_MAX_CID); in l2cap_ecred_conn_req() 7092 DEFINE_RAW_FLEX(struct l2cap_ecred_reconf_req, pdu, scid, 1); in l2cap_ecred_reconfigure()
|