Searched refs:vpath_mask (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-main.c3427 u64 vpath_mask, struct vxge_config *config_param)
3447 if (!vxge_bVALn(vpath_mask, i, 1))
3477 if (!vxge_bVALn(vpath_mask, i, 1)) {
3666 static void __devinit vxge_print_parm(struct vxgedev *vdev, u64 vpath_mask) argument
3752 if (!vxge_bVALn(vpath_mask, i, 1))
3929 u64 vpath_mask = 0; local
4079 vpath_mask = ll_config->device_hw_info.vpath_mask;
4080 if (vpath_mask == 0) {
4089 (unsigned long long)vpath_mask);
3425 vxge_config_vpaths( struct vxge_hw_device_config *device_config, u64 vpath_mask, struct vxge_config *config_param) argument
[all...]
H A Dvxge-config.h746 * @vpath_mask: vpath bit mask
781 u64 vpath_mask; member in struct:vxge_hw_device_hw_info
2226 vxge_hw_vpath_strip_fcs_check(struct __vxge_hw_device *hldev, u64 vpath_mask);
H A Dvxge-traffic.c439 u64 vpath_mask; local
469 vpath_mask = hldev->vpaths_deployed >>
473 VXGE_HW_TITAN_GENERAL_INT_STATUS_VPATH_TRAFFIC_INT(vpath_mask)) {
H A Dvxge-config.c515 hw_info->vpath_mask = readq(&common_reg->vpath_assignments);
524 if (!((hw_info->vpath_mask) & vxge_mBIT(i)))
566 if (!((hw_info->vpath_mask) & vxge_mBIT(i)))
2153 vxge_hw_vpath_strip_fcs_check(struct __vxge_hw_device *hldev, u64 vpath_mask) argument
2160 if (!((vpath_mask) & vxge_mBIT(i)))

Completed in 57 milliseconds