Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ixl/
H A Di40e_lan_hmc.c1176 u8 *context_bytes, in i40e_clear_hmc_context() argument
1305 u8 *context_bytes; in i40e_get_lan_tx_queue_context() local
1311 return i40e_get_hmc_context(context_bytes, in i40e_get_lan_tx_queue_context()
1324 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
1344 u8 *context_bytes; in i40e_set_lan_tx_queue_context() local
1350 return i40e_set_hmc_context(context_bytes, in i40e_set_lan_tx_queue_context()
1365 u8 *context_bytes; in i40e_get_lan_rx_queue_context() local
1371 return i40e_get_hmc_context(context_bytes, in i40e_get_lan_rx_queue_context()
1384 u8 *context_bytes; in i40e_clear_lan_rx_queue_context() local
1404 u8 *context_bytes; in i40e_set_lan_rx_queue_context() local
[all …]
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c3865 long context_bytes; in START_TEST() local
3893 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()
3894 context_bytes = 0; in START_TEST()
3895 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL) in START_TEST()