Home
last modified time | relevance | path

Searched refs:SLOTBITS_IN_LONGS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.h114 #define SLOTBITS_IN_LONGS ((MTIP_MAX_SLOT_GROUPS + \ macro
428 unsigned long allocated[SLOTBITS_IN_LONGS];
433 unsigned long cmds_to_issue[SLOTBITS_IN_LONGS];
Dmtip32xx.c557 for (group = SLOTBITS_IN_LONGS; group > 0; group--) in print_tags()
614 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe()
639 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
717 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()