Home
last modified time | relevance | path

Searched refs:hwc_timeout (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c197 hwc->hwc_timeout = val; in mana_hwc_init_event_handler()
761 hwc->hwc_timeout = HW_CHANNEL_WAIT_RESOURCE_TIMEOUT_MS; in mana_hwc_create_channel()
836 hwc->hwc_timeout = 0; in mana_hwc_destroy_channel()
894 (msecs_to_jiffies(hwc->hwc_timeout)))) { in mana_hwc_send_request()
895 if (hwc->hwc_timeout != 0) in mana_hwc_send_request()
897 hwc->hwc_timeout); in mana_hwc_send_request()
900 if (hwc->hwc_timeout > 1) in mana_hwc_send_request()
901 hwc->hwc_timeout = 1; in mana_hwc_send_request()
H A Dgdma_main.c99 if (hwc && hwc->hwc_timeout == 0) in mana_need_log()
471 hwc->hwc_timeout = 0; in mana_serv_reset()
1225 err = mana_gd_query_hwc_timeout(pdev, &hwc->hwc_timeout); in mana_gd_verify_vf_version()
1230 dev_dbg(gc->dev, "set the hwc timeout to %u\n", hwc->hwc_timeout); in mana_gd_verify_vf_version()
/linux/include/net/mana/
H A Dhw_channel.h200 u32 hwc_timeout; member