Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c70 if (!p_hwfn->p_ll2_info) in __ecore_ll2_handle_sanity()
76 p_ll2_conn = &p_hwfn->p_ll2_info[connection_handle]; in __ecore_ll2_handle_sanity()
1043 struct ecore_ll2_info *p_ll2_info) in ecore_ll2_acquire_connection_rx() argument
1049 if (!p_ll2_info->input.rx_num_desc) in ecore_ll2_acquire_connection_rx()
1056 p_ll2_info->input.rx_num_desc, in ecore_ll2_acquire_connection_rx()
1058 &p_ll2_info->rx_queue.rxq_chain, OSAL_NULL); in ecore_ll2_acquire_connection_rx()
1065 capacity = ecore_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in ecore_ll2_acquire_connection_rx()
1074 p_ll2_info->rx_queue.descq_array = p_descq; in ecore_ll2_acquire_connection_rx()
1080 p_ll2_info->input.rx_num_desc, in ecore_ll2_acquire_connection_rx()
1082 &p_ll2_info->rx_queue.rcq_chain, OSAL_NULL); in ecore_ll2_acquire_connection_rx()
[all …]
H A Decore.h714 struct ecore_ll2_info *p_ll2_info; member