| 794 | } |
| 795 | |
| 796 | static void |
| 797 | sfc_mem_bar_fini(struct sfc_adapter *sa) |
| 798 | { |
| 799 | efsys_bar_t *ebp = &sa->mem_bar; |
| 800 | |
| 801 | SFC_BAR_LOCK_DESTROY(ebp); |
| 802 | memset(ebp, 0, sizeof(*ebp)); |
| 803 | } |
| 804 | |
| 805 | /* |
| 806 | * A fixed RSS key which has a property of being symmetric |
no test coverage detected