/openbmc/linux/drivers/isdn/mISDN/ |
H A D | layer2.c | 13 #include "layer2.h" 92 struct layer2 *l2 = fi->userdata; in l2m_debug() 111 l2headersize(struct layer2 *l2, int ui) in l2headersize() 118 l2addrsize(struct layer2 *l2) in l2addrsize() 124 l2_newid(struct layer2 *l2) in l2_newid() 138 l2up(struct layer2 *l2, u_int prim, struct sk_buff *skb) in l2up() 155 l2up_create(struct layer2 *l2, u_int prim, int len, void *arg) in l2up_create() 180 l2down_skb(struct layer2 *l2, struct sk_buff *skb) { in l2down_skb() 191 l2down_raw(struct layer2 *l2, struct sk_buff *skb) in l2down_raw() 206 l2down(struct layer2 *l2, u_int prim, u_int id, struct sk_buff *skb) in l2down() [all …]
|
H A D | layer2.h | 18 struct list_head layer2; member 34 struct layer2 *l2; 43 struct layer2 { struct 83 extern struct layer2 *create_l2(struct mISDNchannel *, u_int, argument 85 extern int tei_l2(struct layer2 *, u_int, u_long arg); 89 extern int l2_tei(struct layer2 *, u_int, u_long arg); 90 extern void TEIrelease(struct layer2 *);
|
H A D | tei.c | 8 #include "layer2.h" 109 struct layer2 *l2; in da_deactivate() 113 list_for_each_entry(l2, &mgr->layer2, list) { in da_deactivate() 146 struct layer2 *l2; in da_timer() 151 list_for_each_entry(l2, &mgr->layer2, list) { in da_timer() 246 struct layer2 *l2; in get_free_id() 248 list_for_each_entry(l2, &mgr->layer2, list) { in get_free_id() 251 "%s: more as 63 layer2 for one device\n", in get_free_id() 260 printk(KERN_WARNING "%s: more as 63 layer2 for one device\n", in get_free_id() 270 struct layer2 *l2; in get_free_tei() [all …]
|
H A D | stack.c | 48 list_for_each_entry(ch, &st->layer2, list) { in get_channel4id() 93 list_for_each_entry(ch, &st->layer2, list) { in send_layer2() 94 if (list_is_last(&ch->list, &st->layer2)) { in send_layer2() 118 list_for_each_entry(ch, &st->layer2, list) { in send_layer2() 343 list_add_tail(&ch->list, &st->layer2); in __add_layer2() 375 INIT_LIST_HEAD(&newst->layer2); in create_stack() 641 if (!list_empty(&st->layer2)) in delete_stack() 642 printk(KERN_WARNING "%s: layer2 list not empty\n", in delete_stack()
|
H A D | Makefile | 12 mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerd…
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | utils.py | 457 /home/user/path/layer2 \ 475 '/home/user/path/layer2', 488 /home/user/path/layer2 \ 500 /home/user/path/layer2 \ 521 /home/user/path/layer2 \ 533 /home/user/path/layer2 \ 539 … ['/other/path/to/layer5', '/home/user/path/layer2/'], '/home/user/path/subpath/layer3/', 540 ['/home/user/path/layer2'], 552 ~/path/layer2 \ 563 ~/path/layer2 \ [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/ |
H A D | Bond.interface.yaml | 26 default: Layer2 65 - name: Layer2 71 This policy uses a combination of layer2 and layer3 protocol 79 This policy uses the same formula as layer2+3 but it relies on
|
/openbmc/linux/include/linux/ |
H A D | edac.h | 454 int layer0, layer1, layer2; member 620 * [layer0,layer1,layer2] position 625 * @layer2: layer2 position. Unused if n_layers < 3 633 * array and returning "dimms[layer0][layer1][layer2]"; 636 int layer0, int layer1, int layer2) in edac_get_dimm() argument 642 || (mci->n_layers > 2 && layer2 < 0)) in edac_get_dimm() 651 index = index * mci->layers[2].size + layer2; in edac_get_dimm()
|
H A D | mISDNif.h | 512 struct list_head layer2; member
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/ |
H A D | bblayers.conf | 12 ${TOPDIR}/layer2 \
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/ |
H A D | README | 6 layer2 - networking-layer
|
/openbmc/linux/drivers/gpu/drm/kmb/ |
H A D | kmb_drv.c | 374 /* LAYER2 - GL0 */ in handle_lcd_irq() 377 "LAYER2:GL0 DMA UNDERFLOW val = 0x%lx", val); in handle_lcd_irq() 380 "LAYER2:GL0 DMA OVERFLOW val = 0x%lx", val); in handle_lcd_irq()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 904 const struct rule layer2[] = { in TEST_F_FORK() local 947 ruleset_fd = create_ruleset(_metadata, ACCESS_RW, layer2); in TEST_F_FORK() 952 /* Checks s1d1 hierarchy with layer2. */ in TEST_F_FORK() 958 /* Checks s1d2 hierarchy with layer2. */ in TEST_F_FORK() 964 /* Checks s1d3 hierarchy with layer2. */ in TEST_F_FORK() 1006 const struct rule layer2[] = { in TEST_F_FORK() local 1030 layer2); in TEST_F_FORK() 1106 * Try to override layer2's deny read access by explicitly in TEST_F_FORK() 1910 const struct rule layer2[] = { in TEST_F_FORK() local 1946 ruleset_fd = create_ruleset(_metadata, layer2[0].access, layer2); in TEST_F_FORK() [all …]
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-blackbird.c | 526 …* MPEG-1 | MPEG1 | 352x288PAL | (CBR) | 1000:Optimal | 2000 Kbps | 25fps | MPG1 Layer2 | 224… 527 …* MPEG-2 | MPEG2 | 720x576PAL | VBR | 600 :Good | 4000 Kbps | 25fps | MPG1 Layer2 | 224… 528 …* VCD | MPEG1 | 352x288PAL | (CBR) | 1000:Optimal | 1150 Kbps | 25fps | MPG1 Layer2 | 224… 529 …* DVD | MPEG2 | 720x576PAL | VBR | 600 :Good | 6000 Kbps | 25fps | MPG1 Layer2 | 224… 530 …* DB* DVD | MPEG2 | 720x576PAL | CBR | 600 :Good | 6000 Kbps | 25fps | MPG1 Layer2 | 224…
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83640_reg.h | 163 #define TX_L2_EN (1<<7) /* Layer2 Timestamp Enable */ 198 #define RX_L2_EN (1<<7) /* Layer2 Timestamp Enable */
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 135 [BOND_XMIT_POLICY_LAYER2] = "layer2", 137 [BOND_XMIT_POLICY_LAYER23] = "layer2+3",
|
/openbmc/linux/Documentation/networking/ |
H A D | bonding.rst | 905 layer2 918 layer2+3 920 This policy uses a combination of layer2 and layer3 937 the formula is the same as for the layer2 transmit 941 distribution of traffic than layer2 alone, especially 970 formula is the same as for the layer2 transmit hash 985 This policy uses the same formula as layer2+3 but it 1016 The default value is layer2. This option was added in bonding 1018 does not exist, and the layer2 policy is the only policy. The 1019 layer2+3 value was added for bonding version 3.2.2.
|
H A D | l2tp.rst | 194 L2SPEC_TYPE N Sets layer2-specific-sublayer type (L2TPv3
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 222 # default, and will search meta, meta-*, <layer1>, <layer2>,
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_mpc.c | 165 {IPA_RC_L2_ADDR_TABLE_FULL, "Layer2 address table full"},
|
H A D | qeth_core_sys.c | 399 static DEVICE_ATTR(layer2, 0644, qeth_dev_layer2_show,
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_device.c | 67 /* Adjust pointers into the packet when IPsec is done at layer2 */
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 193 * Layer2 -> Layer 1 Bchannel data 271 * Layer2 -> Layer 1 Dchannel data 933 /* deliver transparent data to layer2 */ in hfcsusb_rx_frame()
|
/openbmc/linux/net/batman-adv/ |
H A D | hard-interface.c | 757 …man-adv packets. Packets going over this interface will be fragmented on layer2 which could impact… in batadv_hardif_enable_interface()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_options.c | 108 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT}, 110 { "layer2+3", BOND_XMIT_POLICY_LAYER23, 0},
|