Searched refs:ITEM (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 18 #define hw_atl2_shared_buffer_write(HW, ITEM, VARIABLE) \ argument 20 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_in, ITEM) % \ 22 "Unaligned write " # ITEM);\ 24 "Unaligned write length " # ITEM);\ 26 (offsetof(struct fw_interface_in, ITEM) / sizeof(u32)),\ 30 #define hw_atl2_shared_buffer_get(HW, ITEM, VARIABLE) \ argument 32 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_in, ITEM) % \ 34 "Unaligned get " # ITEM);\ 36 "Unaligned get length " # ITEM);\ 38 (offsetof(struct fw_interface_in, ITEM) / sizeof(u32)),\ [all …]
|
/linux/scripts/kconfig/ |
H A D | nconf.c | 276 static ITEM *curses_menu_items[MAX_MENU_ITEMS]; 607 ITEM *cur; in item_tag() 624 ITEM *cur; in item_data()
|
H A D | nconf.gui.c | 206 ITEM *btns[btn_num+1]; in btn_dialog()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx | 558 - Implement a work-around (DEL 472 - ITEM 5) that should allow the
|
H A D | ncr53c8xx.rst | 1439 This problem is described in SYMBIOS DEL 397, Part Number 69-039241, ITEM 4.
|