Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/
A Dhid-logitech-hidpp.c241 int fields_count, ret; in __hidpp_send_report() local
245 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report()
248 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()
251 fields_count = hidpp->very_long_report_length; in __hidpp_send_report()
264 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
267 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
271 return ret == fields_count ? 0 : -1; in __hidpp_send_report()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_dpipe.c63 .fields_count = ARRAY_SIZE(mlxsw_sp_dpipe_fields_metadata),
/linux-6.3-rc2/include/net/
A Ddevlink.h233 unsigned int fields_count; member
/linux-6.3-rc2/net/devlink/
A Dleftover.c91 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ethernet),
108 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv4),
125 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv6),
3383 for (i = 0; i < header->fields_count; i++) { in devlink_dpipe_fields_put()

Completed in 36 milliseconds