Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ixl/
H A Di40e_lan_hmc.c1175 u8 *context_bytes, in i40e_clear_hmc_context() argument
1304 u8 *context_bytes; in i40e_get_lan_tx_queue_context() local
1310 return i40e_get_hmc_context(context_bytes, in i40e_get_lan_tx_queue_context()
1323 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
1343 u8 *context_bytes; in i40e_set_lan_tx_queue_context() local
1349 return i40e_set_hmc_context(context_bytes, in i40e_set_lan_tx_queue_context()
1364 u8 *context_bytes; in i40e_get_lan_rx_queue_context() local
1370 return i40e_get_hmc_context(context_bytes, in i40e_get_lan_rx_queue_context()
1383 u8 *context_bytes; in i40e_clear_lan_rx_queue_context() local
1403 u8 *context_bytes; in i40e_set_lan_rx_queue_context() local
[all …]
/freebsd-14.2/contrib/expat/tests/
H A Dbasic_tests.c3013 long context_bytes; in START_TEST() local
3041 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()
3042 context_bytes = 0; in START_TEST()
3043 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL) in START_TEST()