Searched refs:inf (Results 1 – 3 of 3) sorted by relevance
326 #define NDIS_VLAN_INFO_ID(inf) (((inf) & NDIS_VLAN_INFO_ID_MASK) >> 4) argument327 #define NDIS_VLAN_INFO_CFI(inf) (((inf) & NDIS_VLAN_INFO_CFI_MASK) >> 3) argument328 #define NDIS_VLAN_INFO_PRI(inf) ((inf) & NDIS_VLAN_INFO_PRI_MASK) argument
72 Devices supported by NetUIO are listed in ``netuio.inf``.
1063 struct pp2_buff_inf inf; in mrvl_flush_bpool() local1066 ret = pp2_bpool_get_buff(hif, priv->bpool, &inf); in mrvl_flush_bpool()1070 addr = cookie_addr_high | inf.cookie; in mrvl_flush_bpool()2083 struct pp2_buff_inf inf; in mrvl_rx_queue_release() local2086 pp2_bpool_get_buff(hif, q->priv->bpool, &inf); in mrvl_rx_queue_release()2087 addr = cookie_addr_high | inf.cookie; in mrvl_rx_queue_release()