Searched refs:tagaccum (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 613 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 635 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 658 set_bit(tag, tagaccum); in mtip_handle_tfe() 673 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 713 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 753 set_bit(tag, tagaccum); in mtip_handle_tfe() 773 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|