Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c604 u16 xn_idx; in idpf_vc_xn_forward_reply() local
608 xn_idx = FIELD_GET(IDPF_VC_XN_IDX_M, msg_info); in idpf_vc_xn_forward_reply()
609 if (xn_idx >= ARRAY_SIZE(adapter->vcxn_mngr->ring)) { in idpf_vc_xn_forward_reply()
611 xn_idx); in idpf_vc_xn_forward_reply()
614 xn = &adapter->vcxn_mngr->ring[xn_idx]; in idpf_vc_xn_forward_reply()