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

/freebsd-current/sys/dev/ixl/
H A Di40e_lan_hmc.c1135 * @context_bytes: pointer to the context bit array
1139 static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes, argument
1148 i40e_read_byte(context_bytes, &ce_info[f], dest);
1151 i40e_read_word(context_bytes, &ce_info[f], dest);
1154 i40e_read_dword(context_bytes, &ce_info[f], dest);
1157 i40e_read_qword(context_bytes, &ce_info[f], dest);
1171 * @context_bytes: pointer to the context bit array (DMA memory)
1175 u8 *context_bytes,
1179 i40e_memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size,
1187 * @context_bytes
1174 i40e_clear_hmc_context(struct i40e_hw *hw, u8 *context_bytes, enum i40e_hmc_lan_rsrc_type hmc_type) argument
1191 i40e_set_hmc_context(u8 *context_bytes, struct i40e_context_ele *ce_info, u8 *dest) argument
1304 u8 *context_bytes; local
1323 u8 *context_bytes; local
1343 u8 *context_bytes; local
1364 u8 *context_bytes; local
1383 u8 *context_bytes; local
1403 u8 *context_bytes; local
[all...]
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c2784 long context_bytes; local
2812 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK)
2813 context_bytes = 0;
2814 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL)

Completed in 187 milliseconds