Searched refs:tagaccum (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 614 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 639 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 662 set_bit(tag, tagaccum); in mtip_handle_tfe() 677 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 717 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 757 set_bit(tag, tagaccum); in mtip_handle_tfe() 777 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|