Home
last modified time | relevance | path

Searched refs:SLOTBITS_IN_LONGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.h104 #define SLOTBITS_IN_LONGS ((MTIP_MAX_SLOT_GROUPS + \ macro
398 unsigned long cmds_to_issue[SLOTBITS_IN_LONGS];
H A Dmtip32xx.c478 for (group = SLOTBITS_IN_LONGS; group > 0; group--) in print_tags()
514 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe()
532 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
600 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.h103 #define SLOTBITS_IN_LONGS ((MTIP_MAX_SLOT_GROUPS + \ macro
396 unsigned long cmds_to_issue[SLOTBITS_IN_LONGS];
H A Dmtip32xx.c466 for (group = SLOTBITS_IN_LONGS; group > 0; group--) in print_tags()
502 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe()
520 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
588 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()

Completed in 10 milliseconds