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

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c1136 * @context_bytes: pointer to the context bit array
1140 static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes, argument
1149 i40e_read_byte(context_bytes, &ce_info[f], dest);
1152 i40e_read_word(context_bytes, &ce_info[f], dest);
1155 i40e_read_dword(context_bytes, &ce_info[f], dest);
1158 i40e_read_qword(context_bytes, &ce_info[f], dest);
1172 * @context_bytes: pointer to the context bit array (DMA memory)
1176 u8 *context_bytes,
1180 i40e_memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size,
1188 * @context_bytes
1175 i40e_clear_hmc_context(struct i40e_hw *hw, u8 *context_bytes, enum i40e_hmc_lan_rsrc_type hmc_type) argument
1192 i40e_set_hmc_context(u8 *context_bytes, struct i40e_context_ele *ce_info, u8 *dest) argument
1305 u8 *context_bytes; local
1324 u8 *context_bytes; local
1344 u8 *context_bytes; local
1365 u8 *context_bytes; local
1384 u8 *context_bytes; local
1404 u8 *context_bytes; local
[all...]
/freebsd-12-stable/contrib/expat/tests/
H A Druntests.c3789 long context_bytes; local
3817 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK)
3818 context_bytes = 0;
3819 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL)

Completed in 129 milliseconds