Searched refs:layer (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-13-stable/usr.sbin/ppp/
H A Dccp.h167 extern struct layer ccplayer;
H A Dtcpmss.c43 #include "layer.h"
186 struct layer tcpmsslayer =
H A Dasync.c40 #include "layer.h"
221 struct layer asynclayer =
H A Dvjcomp.c44 #include "layer.h"
202 struct layer vjlayer = { LAYER_VJ, "vj", vj_LayerPush, vj_LayerPull };
H A Dhdlc.c42 #include "layer.h"
333 /* Either done here or by the sync layer */
440 struct layer hdlclayer = { LAYER_HDLC, "hdlc", hdlc_LayerPush, hdlc_LayerPull };
H A Dnat_cmd.c53 #include "layer.h"
602 struct layer natlayer =
H A Dccp.c46 #include "layer.h"
294 * without our state machine bringing the supporting lcp layer down.
296 * If ccp is required but not open, the NCP layer should not push
726 /* The NCP layer shouldn't have let this happen ! */
728 " required CCP layer\n", l->name);
828 struct layer ccplayer = { LAYER_CCP, "ccp", ccp_LayerPush, ccp_LayerPull };
/freebsd-13-stable/contrib/apr/
H A Dapr.spec18 portability layer to as many operating systems as possible,
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h143 osGLOBAL void ostiEnter(tiRoot_t *ptiRoot, bit32 layer, int io);
144 osGLOBAL void ostiLeave(tiRoot_t *ptiRoot, bit32 layer, int io);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h61 void append(enum sched_type sched, kmp_int32 chunk, kmp_hier_layer_e layer) { argument
76 layers[current_size] = layer;
128 // Sizes of layer arrays bounded by max number of detected L1s, L2s, etc.
331 // Data associated with topology unit within a layer
438 // Information regarding a single layer within the scheduling hierarchy
447 // Print this layer's information
463 * layers. Layer 0 is the lowest layer to layer num_layers - 1 which is the
464 * highest layer.
470 * each layer
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_sched.c79 * layers it has searched through; stopping at the max supported layer.
92 /* The node has no children or is at the max layer */
172 * @layer: Scheduler layer of the node
178 ice_sched_add_node(struct ice_port_info *pi, u8 layer, argument
210 if (hw->max_children[layer]) {
213 ice_calloc(hw, hw->max_children[layer], sizeof(*node));
222 node->tx_sched_layer = layer;
288 * ice_sched_get_first_node - get the first node of the given layer
291 * @layer
296 ice_sched_get_first_node(struct ice_port_info *pi, struct ice_sched_node *parent, u8 layer) argument
909 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node, struct ice_sched_node *parent, u8 layer, u16 num_nodes, u16 *num_nodes_added, u32 *first_node_teid) argument
1008 ice_sched_add_nodes_to_layer(struct ice_port_info *pi, struct ice_sched_node *tc_node, struct ice_sched_node *parent, u8 layer, u16 num_nodes, u32 *first_node_teid, u16 *num_nodes_added) argument
1111 u8 layer = hw->num_tx_sched_layers - ICE_VSI_LAYER_OFFSET; local
1133 u8 layer = hw->num_tx_sched_layers - ICE_AGG_LAYER_OFFSET; local
[all...]
H A Dice_sched.h74 * with bandwidth maintained per layer in port info
131 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c324 * Stores link-layer header for @ifp in format suitable for if_output()
683 char *layer; local
708 layer = "";
712 layer = "ethernet";
716 layer = "infiniband";
720 layer = "firewire";
741 layer, ar->ar_hln, if_name(ifp));
1283 * Add permanent link-layer record for given interface address.
1477 * A handler for interface link layer address change event.
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c3999 * by specifying the names of the bits in the debug.acpi.layer and
4124 char *layer, *level; local
4131 layer = kern_getenv("debug.acpi.layer");
4133 if (layer == NULL && level == NULL)
4137 if (layer != NULL) {
4138 if (strcmp("NONE", layer) != 0)
4139 printf(" layer '%s'", layer);
4140 acpi_parse_debug(layer,
[all...]
/freebsd-13-stable/sys/dev/md/
H A Dmd.c335 int layer; local
338 layer = 0;
341 layer++;
345 * XXX: the top layer is probably not fully populated, so we allocate
352 ip->shift = layer * nshift;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql323 layer of working nodes. The 'WORKING' tree is obtained and
384 always points at a node within the highest op-depth layer at the
H A Dwc-queries.sql273 /* Full layer replacement check code for handling moves
274 The op_root must exist (or there is no layer to replace) and an op-root
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c1106 struct l_dvd_layer layer[4]; member in struct:l_dvd_physical
1268 struct l_dvd_layer *llp = &lp->physical.layer[bp->layer_num];
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf1679 description = Benchmarking and diagnostics tool for the network layer

Completed in 246 milliseconds

12