Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/mtip32xx/
Dmtip32xx.c513 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local
531 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
554 set_bit(tag, tagaccum); in mtip_handle_tfe()
559 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
599 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe()
636 set_bit(tag, tagaccum); in mtip_handle_tfe()
651 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()