Home
last modified time | relevance | path

Searched refs:prot_id (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_flow.c566 enum ice_prot_id prot_id = ICE_PROT_ID_INVAL; in ice_flow_xtract_fld()
578 prot_id = seg == 0 ? ICE_PROT_MAC_OF_OR_S : ICE_PROT_MAC_IL; in ice_flow_xtract_fld()
581 prot_id = seg == 0 ? ICE_PROT_ETYPE_OL : ICE_PROT_ETYPE_IL; in ice_flow_xtract_fld()
584 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL; in ice_flow_xtract_fld()
587 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL; in ice_flow_xtract_fld()
591 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL; in ice_flow_xtract_fld()
603 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL; in ice_flow_xtract_fld()
615 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL; in ice_flow_xtract_fld()
619 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL; in ice_flow_xtract_fld()
624 prot_id in ice_flow_xtract_fld()
570 enum ice_prot_id prot_id = ICE_PROT_ID_INVAL; ice_flow_xtract_fld() local
[all...]
H A Dice_dcb.c454 dcbcfg->app[i].prot_id = (buf[offset + 1] << 0x8) | in ice_parse_ieee_app_tlv()
632 dcbcfg->app[i].prot_id = NTOHS(app->protocol); in ice_parse_cee_app_tlv()
1081 u16 prot_id = cmp_dcbcfg->app[j].prot_id; in ice_cee_to_dcb_cfg() local
1085 (prot_id == ICE_APP_PROT_ID_ISCSI || in ice_cee_to_dcb_cfg()
1086 prot_id == ICE_APP_PROT_ID_ISCSI_860)) { in ice_cee_to_dcb_cfg()
1087 ice_app_prot_id_type = prot_id; in ice_cee_to_dcb_cfg()
1114 dcbcfg->app[app_index].prot_id = ice_app_prot_id_type; in ice_cee_to_dcb_cfg()
1495 buf[offset + 1] = (dcbcfg->app[i].prot_id >> 0x8) & 0xFF; in ice_add_ieee_app_pri_tlv()
1496 buf[offset + 2] = dcbcfg->app[i].prot_id in ice_add_ieee_app_pri_tlv()
[all...]
H A Dice_flex_type.h40 u8 prot_id; member
380 u8 prot_id; member
H A Dice_rdma.h163 uint16_t prot_id; member
H A Dice_ddp_common.c1236 /* in the profile that not be used, the prot_id is set to 0xff in ice_get_prof_index_max()
1240 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max()
1514 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type()
1519 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF) in ice_get_sw_prof_type()
1614 if (fv->ew[j].prot_id == in ice_get_sw_fv_list()
1615 lkups->fv_words[i].prot_id && in ice_get_sw_fv_list()
1683 if (fv->ew[i].prot_id == ICE_PROT_INVALID && in ice_init_prof_result_bm()
H A Dice_flow.h232 u8 prot_id; /* Protocol ID of extracted header field */ member
H A Dice_rdma.c403 qos_info->apps[j].prot_id = dcbx_cfg->app[j].prot_id; in ice_rdma_cp_qos_info()
H A Dice_type.h901 u16 prot_id;
880 u16 prot_id; global() member
H A Dice_flex_pipe.c716 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
/freebsd/contrib/tcpdump/
H A Dprint-isakmp.c179 nd_uint8_t prot_id; /* Protocol */ member
268 nd_uint8_t prot_id; /* Protocol-ID */ member
308 nd_uint8_t prot_id; /* Protocol-Id */ member
321 nd_uint8_t prot_id; /* Protocol */ member
373 nd_uint8_t prot_id; /* Protocol-ID */ member
1061 GET_U_1(p->p_no), PROTOIDSTR(GET_U_1(p->prot_id)), in ikev1_p_print()
1074 GET_U_1(p->prot_id), depth); in ikev1_p_print()
1700 proto = GET_U_1(p->prot_id); in ikev1_n_print()
1810 proto = GET_U_1(p->prot_id); in ikev1_d_print()
2004 GET_U_1(p->p_no), PROTOIDSTR(GET_U_1(p->prot_id)), in ikev2_p_print()
[all …]