Searched refs:wd_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.h | 379 bool wd_state; member
|
H A D | ena_netdev.c | 3339 bool *wd_state) in ena_device_init() 3423 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init() 3528 bool wd_state; in ena_restore_device() local 3532 rc = ena_device_init(ena_dev, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device() 3537 adapter->wd_state = wd_state; in ena_restore_device() 3787 if (!adapter->wd_state) in check_for_missing_keep_alive() 4136 bool wd_state; in ena_probe() local 4182 rc = ena_device_init(ena_dev, pdev, &get_feat_ctx, &wd_state); in ena_probe() 4255 adapter->wd_state in ena_probe() 3337 ena_device_init(struct ena_com_dev *ena_dev, struct pci_dev *pdev, struct ena_com_dev_get_features_ctx *get_feat_ctx, bool *wd_state) ena_device_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.h | 377 bool wd_state; member
|
H A D | ena_netdev.c | 3614 bool *wd_state) in ena_device_init() 3699 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init() 3808 bool wd_state; in ena_restore_device() local 3811 rc = ena_device_init(adapter, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device() 3816 adapter->wd_state = wd_state; in ena_restore_device() 4079 if (!adapter->wd_state) in check_for_missing_keep_alive() 4356 bool wd_state; in ena_probe() local 4426 rc = ena_device_init(adapter, pdev, &get_feat_ctx, &wd_state); in ena_probe() 4463 adapter->wd_state in ena_probe() 3612 ena_device_init(struct ena_adapter *adapter, struct pci_dev *pdev, struct ena_com_dev_get_features_ctx *get_feat_ctx, bool *wd_state) ena_device_init() argument [all...] |
Completed in 12 milliseconds