| 2952 | }; |
| 2953 | |
| 2954 | void |
| 2955 | sfc_flow_init(struct sfc_adapter *sa) |
| 2956 | { |
| 2957 | SFC_ASSERT(sfc_adapter_is_locked(sa)); |
| 2958 | |
| 2959 | TAILQ_INIT(&sa->flow_indir_actions); |
| 2960 | TAILQ_INIT(&sa->flow_list); |
| 2961 | } |
| 2962 | |
| 2963 | void |
| 2964 | sfc_flow_fini(struct sfc_adapter *sa) |