Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c1355 union gft_cam_line_union cam_line; in ecore_set_rfs_mode_disable() local
1368 OSAL_MEMSET(&cam_line, 0, sizeof(cam_line)); in ecore_set_rfs_mode_disable()
1369 ecore_wr(p_hwfn, p_ptt, PRS_REG_GFT_CAM + CAM_LINE_SIZE*pf_id, cam_line.cam_line_mapped.camline); in ecore_set_rfs_mode_disable()
1401 union gft_cam_line_union cam_line; in ecore_set_rfs_mode_enable() local
1427 cam_line.cam_line_mapped.camline = 0; in ecore_set_rfs_mode_enable()
1428 SET_FIELD(cam_line.cam_line_mapped.camline, GFT_CAM_LINE_MAPPED_VALID, 1); in ecore_set_rfs_mode_enable()
1432 SET_FIELD(cam_line.cam_line_mapped.camline, GFT_CAM_LINE_MAPPED_PF_ID, pf_id); in ecore_set_rfs_mode_enable()
1443 SET_FIELD(cam_line.cam_line_mapped.camline, GFT_CAM_LINE_MAPPED_IP_VERSION_MASK, 1); in ecore_set_rfs_mode_enable()
1445 SET_FIELD(cam_line.cam_line_mapped.camline, GFT_CAM_LINE_MAPPED_IP_VERSION, GFT_PROFILE_IPV4); in ecore_set_rfs_mode_enable()
1447 SET_FIELD(cam_line.cam_line_mapped.camline, GFT_CAM_LINE_MAPPED_IP_VERSION, GFT_PROFILE_IPV6); in ecore_set_rfs_mode_enable()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h2829 struct gft_cam_line cam_line; member