Searched refs:dword_cnt (Results 1 – 1 of 1) sorted by relevance
422 u32 dword_cnt; in aq_fw2x_send_fw_request() local427 dword_cnt = size / sizeof(u32); in aq_fw2x_send_fw_request()429 dword_cnt++; in aq_fw2x_send_fw_request()430 err = hw_atl_write_fwcfg_dwords(self, (void *)fw_req, dword_cnt); in aq_fw2x_send_fw_request()672 u32 dword_cnt; in aq_fw2x_send_macsec_req() local685 dword_cnt = (sizeof(*req) + sizeof(u32) - 1) / sizeof(u32); in aq_fw2x_send_macsec_req()686 err = hw_atl_write_fwcfg_dwords(hw, (void *)req, dword_cnt); in aq_fw2x_send_macsec_req()