Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_flow.c426 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK && in ice_flow_val_hdrs()
427 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK)) in ice_flow_val_hdrs()
431 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK && in ice_flow_val_hdrs()
432 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK)) in ice_flow_val_hdrs()
459 u32 hdrs; in ice_flow_proc_seg_hdrs()
461 hdrs = prof->segs[i].hdrs; in ice_flow_proc_seg_hdrs() local
463 if (hdrs & ICE_FLOW_SEG_HDR_ETH) { in ice_flow_proc_seg_hdrs()
470 if (i && hdrs & ICE_FLOW_SEG_HDR_VLAN) { in ice_flow_proc_seg_hdrs()
476 if (!i && hdrs in ice_flow_proc_seg_hdrs()
1955 ice_get_rss_cfg(struct ice_hw * hw,u16 vsi_handle,u32 hdrs) ice_get_rss_cfg() argument
[all...]
H A Dice_common_txrx.h65 int count, curseg, i, hlen, segsz, seglen, tsolen, hdrs, maxsegs; in ice_tso_detect_sparse() local
69 curseg = hdrs = 0; in ice_tso_detect_sparse()
80 hdrs++; in ice_tso_detect_sparse()
81 if (hdrs > ICE_MAX_TSO_HDR_SEGS) in ice_tso_detect_sparse()
95 maxsegs = ICE_MAX_TX_SEGS - hdrs; in ice_tso_detect_sparse()
H A Dice_flow.h229 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))
264 u32 hdrs; /* Bitmask indicating protocol headers present */ member
353 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c393 (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[0].hdr != HEADER_TYPE_NONE)); i++) in PcdGetClsPlanGrpParams()
396 (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].hdr != HEADER_TYPE_NONE)); k++) in PcdGetClsPlanGrpParams()
399 if (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt) in PcdGetClsPlanGrpParams()
404 if (p_GrpParams->options[j] == p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt) in PcdGetClsPlanGrpParams()
410 … p_GrpParams->options[p_GrpParams->numOfOptions] = p_FmPcd->netEnvs[netEnvId].units[i].hdrs[k].opt; in PcdGetClsPlanGrpParams()
438 (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[0].hdr != HEADER_TYPE_NONE)); j++) in PcdGetVectorForOpt()
441 (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[k].hdr != HEADER_TYPE_NONE)); k++) in PcdGetVectorForOpt()
443 if (p_FmPcd->netEnvs[netEnvId].units[j].hdrs[k].opt == opt) in PcdGetVectorForOpt()
464 …if (p_FmPcd->netEnvs[p_Params->netEnvId].units[p_Params->unitIds[i]].hdrs[0].hdr == HEADER_TYPE_NO… in PcdGetUnitsVector()
480 while (p_FmPcd->netEnvs[netEnvId].units[i].hdrs[0].hdr != HEADER_TYPE_NONE) in PcdNetEnvIsUnitWithoutOpts()
[all …]
H A Dfm_pcd.h310 } hdrs[FM_PCD_MAX_NUM_OF_INTERCHANGEABLE_HDRS]; member
/freebsd/usr.bin/msgs/
H A Dmsgs.c124 static bool hdrs = false; variable
195 hdrs = true; in main()
471 if (already && !hdrs) in main()
508 if (hdrs) { in main()
677 if (hdrs) in onintr()
/freebsd/contrib/libcbor/examples/bazel/third_party/libcbor/
H A DBUILD3 hdrs = [
/freebsd/contrib/libcbor/examples/bazel/third_party/
H A Dlibcbor.BUILD7 hdrs = [
/freebsd/contrib/googletest/
H A DBUILD.bazel81 hdrs = ["googletest/include/gtest/gtest_prod.h"],
103 hdrs = glob([
188 hdrs = [
/freebsd/contrib/libcbor/examples/bazel/src/
H A DBUILD9 hdrs = [
/freebsd/contrib/libcbor/
H A DBazel.md58 hdrs = ["cbor.h", "cbor/arrays.h", "cbor/bytestrings.h",
84 hdrs = [ ... ],
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c59 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
936 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in mime_hdr_find() argument
945 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()
946 return sk_MIME_HEADER_value(hdrs, idx); in mime_hdr_find()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h444 } hdrs[FM_PCD_PRS_NUM_OF_HDRS]; member
H A Dfm_port.c1602 p_FmPort->p_FmPortPrsRegs->hdrs[i].lcv, in SetPcd()
1605 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[i].softSeqAttach, in SetPcd()
1636 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[hdrNum].softSeqAttach, in SetPcd()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1483 } hdrs[FM_PCD_MAX_NUM_OF_INTERCHANGEABLE_HDRS]; member