Home
last modified time | relevance | path

Searched refs:msg_index (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c1474 vf->msg_timestamps[vf->msg_index++] = cur_cycle; in i40e_pf_host_handle_vf_msg()
1475 vf->msg_index %= pf->vf_msg_cfg.max_msg; in i40e_pf_host_handle_vf_msg()
1478 first_cycle = vf->msg_timestamps[vf->msg_index]; in i40e_pf_host_handle_vf_msg()
H A Di40e_ethdev.h469 uint32_t msg_index; member
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1394 static HAL_BOOL ar9300_mci_is_gpm_valid(struct ath_hal *ah, u_int32_t msg_index) in ar9300_mci_is_gpm_valid() argument
1398 u_int32_t recv_type, offset = msg_index << 4; in ar9300_mci_is_gpm_valid()
1400 if (msg_index == HAL_MCI_GPM_INVALID) { in ar9300_mci_is_gpm_valid()