Searched defs:nxge_hw_list (Results 1 – 2 of 2) sorted by relevance
510 typedef struct nxge_hw_list { struct511 struct nxge_hw_list *next; argument512 nxge_os_mutex_t nxge_cfg_lock;513 nxge_os_mutex_t nxge_tcam_lock;514 nxge_os_mutex_t nxge_vlan_lock;515 nxge_os_mutex_t nxge_mdio_lock;517 nxge_dev_info_t *parent_devp;551 } nxge_hw_list_t, *p_nxge_hw_list_t; argument
397 void *nxge_hw_list = NULL; variable