Searched refs:PACKED_FIELD (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/core-api/ |
| H A D | packing.rst | 325 PACKED_FIELD(100, 90, struct data, field1), 326 PACKED_FIELD(90, 87, struct data, field2), 327 PACKED_FIELD(86, 30, struct data, field3), 328 PACKED_FIELD(29, 0, struct data, field4),
|
| /linux/include/linux/ |
| H A D | packing.h | 33 #define PACKED_FIELD(start, end, struct_name, struct_field) \ macro
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 1379 PACKED_FIELD((lsb) + (width) - 1, (lsb), struct struct_name, struct_field)
|