Home
last modified time | relevance | path

Searched refs:context_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c1139 static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes, in i40e_get_hmc_context() argument
1148 i40e_read_byte(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context()
1151 i40e_read_word(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context()
1154 i40e_read_dword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context()
1157 i40e_read_qword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context()
1175 u8 *context_bytes, in i40e_clear_hmc_context() argument
1179 i40e_memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size, in i40e_clear_hmc_context()
1191 static enum i40e_status_code i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument
1205 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
1208 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
[all …]
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c2891 long context_bytes; in START_TEST()
2919 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK)
2920 context_bytes = 0;
2921 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL)
2882 long context_bytes; START_TEST() local