Searched refs:tagaccum (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 514 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 532 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 555 set_bit(tag, tagaccum); in mtip_handle_tfe() 560 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 600 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 637 set_bit(tag, tagaccum); in mtip_handle_tfe() 652 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|