Searched refs:flags_rsvd_lanq (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.c1015 u64 flags_rsvd_lanq = 0; i40e_fcoe_program_ddp() local
1078 flags_rsvd_lanq = I40E_FCOE_FILTER_CTX_DESC_CTYP_DDP; i40e_fcoe_program_ddp()
1079 flags_rsvd_lanq |= (u64)(target_mode ? i40e_fcoe_program_ddp()
1083 flags_rsvd_lanq |= (u64)((sof == FC_SOF_I2 || sof == FC_SOF_N2) ? i40e_fcoe_program_ddp()
1087 flags_rsvd_lanq |= ((u64)skb->queue_mapping << i40e_fcoe_program_ddp()
1089 filter_desc->flags_rsvd_lanq = cpu_to_le64(flags_rsvd_lanq); i40e_fcoe_program_ddp()
H A Di40e_type.h1263 __le64 flags_rsvd_lanq; member in struct:i40e_fcoe_filter_context_desc

Completed in 147 milliseconds