| 120 | int sfc_tbls_start(struct sfc_adapter *sa); |
| 121 | |
| 122 | static inline void |
| 123 | sfc_tbls_stop(struct sfc_adapter *sa) |
| 124 | { |
| 125 | sfc_tbls_detach(sa); |
| 126 | } |
| 127 | |
| 128 | static inline int |
| 129 | sfc_tbls_bcam_entry_insert(efx_nic_t *enp, efx_table_id_t table_id, uint16_t key_width, |
no test coverage detected