Searched refs:tagaccum (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 502 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 520 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 543 set_bit(tag, tagaccum); in mtip_handle_tfe() 548 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 588 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 625 set_bit(tag, tagaccum); in mtip_handle_tfe() 640 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|