Searched refs:dword_cnt (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c419 u32 dword_cnt; local
424 dword_cnt = size / sizeof(u32);
426 dword_cnt++;
427 err = hw_atl_write_fwcfg_dwords(self, (void *)fw_req, dword_cnt);
669 u32 dword_cnt; local
682 dword_cnt = (sizeof(*req) + sizeof(u32) - 1) / sizeof(u32);
683 err = hw_atl_write_fwcfg_dwords(hw, (void *)req, dword_cnt);

Completed in 180 milliseconds