Searched refs:tagaccum (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/block/mtip32xx/ |
| D | mtip32xx.c | 557 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 575 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 598 set_bit(tag, tagaccum); in mtip_handle_tfe() 603 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 643 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 680 set_bit(tag, tagaccum); in mtip_handle_tfe() 695 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|