Lines Matching refs:ce
337 uint8_t ce = NAPI_ID2PIPE(id); in hif_napi_destroy() local
346 } else if (0 == (hif->napi_data.ce_map & (0x01 << ce))) { in hif_napi_destroy()
347 hif_err("NAPI instance %d (pipe %d) not created", id, ce); in hif_napi_destroy()
348 if (hif->napi_data.napis[ce]) in hif_napi_destroy()
350 id, ce); in hif_napi_destroy()
357 napii = napid->napis[ce]; in hif_napi_destroy()
359 if (napid->ce_map & (0x01 << ce)) in hif_napi_destroy()
360 hif_err("napii & ce_map out of sync(ce %d)", ce); in hif_napi_destroy()
388 napid->ce_map &= ~(0x01 << ce); in hif_napi_destroy()
389 napid->napis[ce] = NULL; in hif_napi_destroy()
705 int hif_napi_enabled(struct hif_opaque_softc *hif_ctx, int ce) in hif_napi_enabled() argument
710 if (-1 == ce) in hif_napi_enabled()
714 (hif->napi_data.ce_map & (0x01 << ce))); in hif_napi_enabled()
726 bool hif_napi_created(struct hif_opaque_softc *hif_ctx, int ce) in hif_napi_created() argument
731 rc = (hif->napi_data.ce_map & (0x01 << ce)); in hif_napi_created()