Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c266 int sec_counter; member
329 if (img->sec && img->sec_counter >= size) in alloc_sec_data()
337 img->sec_counter = size; in alloc_sec_data()
419 alloc_size = sizeof(*img->sec) * (img->sec_counter + 1); in iwl_store_ucode_sec()
425 sec = &img->sec[img->sec_counter]; in iwl_store_ucode_sec()
431 ++img->sec_counter; in iwl_store_ucode_sec()
1210 sec = kcalloc(pieces->img[type].sec_counter, sizeof(*sec), GFP_KERNEL); in iwl_alloc_ucode()
1214 drv->fw.img[type].num_sec = pieces->img[type].sec_counter; in iwl_alloc_ucode()
1216 for (i = 0; i < pieces->img[type].sec_counter; i++) in iwl_alloc_ucode()
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h317 u64 sec_counter; member
Dqlcnic_83xx_init.c171 seconds = jiffies / HZ - adapter->ahw->idc.sec_counter; in qlcnic_83xx_idc_update_audit_reg()
177 adapter->ahw->idc.sec_counter = jiffies / HZ; in qlcnic_83xx_idc_update_audit_reg()
311 seconds = jiffies / HZ - adapter->ahw->idc.sec_counter; in qlcnic_83xx_idc_check_timeout()