Home
last modified time | relevance | path

Searched refs:encaps (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
H A Dpppoatm.c63 enum pppoatm_encaps encaps; member
194 switch (pvcc->encaps) { in pppoatm_push()
208 pvcc->encaps = e_llc; in pppoatm_push()
215 pvcc->encaps = e_vc; in pppoatm_push()
317 switch (pvcc->encaps) { /* LLC encapsulation needed */ in pppoatm_send()
343 pr_debug("Trying to send without setting encaps!\n"); in pppoatm_send()
399 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT && in pppoatm_assign_vcc()
400 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC) in pppoatm_assign_vcc()
413 pvcc->encaps in pppoatm_assign_vcc()
[all...]
H A Dbr2684.c74 enum br2684_encaps encaps; member
207 int minheadroom = (brvcc->encaps == e_llc) ? in br2684_xmit_vcc()
223 if (brvcc->encaps == e_llc) { in br2684_xmit_vcc()
447 if (brvcc->encaps == e_llc) { in br2684_push()
571 (be.encaps != BR2684_ENCAPS_VC && in br2684_regvcc()
572 be.encaps != BR2684_ENCAPS_LLC) || in br2684_regvcc()
577 pr_debug("vcc=%p, encaps=%d, brvcc=%p\n", atmvcc, be.encaps, brvcc); in br2684_regvcc()
590 brvcc->encaps = (enum br2684_encaps)be.encaps; in br2684_regvcc()
[all...]
/kernel/linux/linux-6.6/net/atm/
H A Dpppoatm.c63 enum pppoatm_encaps encaps; member
196 switch (pvcc->encaps) { in pppoatm_push()
210 pvcc->encaps = e_llc; in pppoatm_push()
217 pvcc->encaps = e_vc; in pppoatm_push()
319 switch (pvcc->encaps) { /* LLC encapsulation needed */ in pppoatm_send()
345 pr_debug("Trying to send without setting encaps!\n"); in pppoatm_send()
397 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT && in pppoatm_assign_vcc()
398 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC) in pppoatm_assign_vcc()
411 pvcc->encaps in pppoatm_assign_vcc()
[all...]
H A Dbr2684.c74 enum br2684_encaps encaps; member
207 int minheadroom = (brvcc->encaps == e_llc) ? in br2684_xmit_vcc()
223 if (brvcc->encaps == e_llc) { in br2684_xmit_vcc()
447 if (brvcc->encaps == e_llc) { in br2684_push()
571 (be.encaps != BR2684_ENCAPS_VC && in br2684_regvcc()
572 be.encaps != BR2684_ENCAPS_LLC) || in br2684_regvcc()
577 pr_debug("vcc=%p, encaps=%d, brvcc=%p\n", atmvcc, be.encaps, brvcc); in br2684_regvcc()
592 brvcc->encaps = (enum br2684_encaps)be.encaps; in br2684_regvcc()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Datmppp.h22 int encaps; /* PPPOATM_ENCAPS_* */ member
H A Datmbr2684.h88 int encaps; /* BR2684_ENCAPS_* */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datmppp.h22 int encaps; /* PPPOATM_ENCAPS_* */ member
H A Datmbr2684.h88 int encaps; /* BR2684_ENCAPS_* */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datmppp.h27 int encaps; member
H A Datmbr2684.h63 int encaps; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmppp.h27 int encaps; member
H A Datmbr2684.h63 int encaps; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datmppp.h14 int encaps; member
H A Datmbr2684.h51 int encaps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c293 flow = container_of(efi, struct mlx5e_tc_flow, encaps[efi->index]); in mlx5e_take_all_encap_flows()
415 encaps[efi->index]); in mlx5e_tc_update_neigh_used_value()
530 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap()
545 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap()
546 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap()
700 if (flow->encaps[i].e != e) in is_duplicated_encap_entry()
916 flow->encaps[out_index].e = e; in mlx5e_attach_encap()
917 list_add(&flow->encaps[out_index].list, &e->flows); in mlx5e_attach_encap()
918 flow->encaps[out_index].index = out_index; in mlx5e_attach_encap()
1706 mlx5_core_warn(priv->mdev, "Failed to update route encaps, in mlx5e_tc_fib_event_work()
[all...]
H A Dtc_priv.h93 * The number of encaps is bounded by the number of supported
96 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c130 * The number of encaps is bounded by the number of supported
133 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS]; member
1637 flow = container_of(efi, struct mlx5e_tc_flow, encaps[efi->index]); in mlx5e_take_all_encap_flows()
1734 encaps[efi->index]); in mlx5e_tc_update_neigh_used_value()
1829 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap()
1837 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap()
1838 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap()
3783 if (flow->encaps[i].e != e) in is_duplicated_encap_entry()
3884 flow->encaps[out_index].e = e; in mlx5e_attach_encap()
3885 list_add(&flow->encaps[out_inde in mlx5e_attach_encap()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h404 * @encaps: encapsulation information for lower-level driver
436 u8 encaps; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h413 * @encaps: encapsulation information for lower-level driver
445 u8 encaps; member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c610 struct fip_encaps encaps; in fcoe_ctlr_encaps() member
651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW; in fcoe_ctlr_encaps()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c610 struct fip_encaps encaps; in fcoe_ctlr_encaps() member
651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW; in fcoe_ctlr_encaps()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c484 fr_encaps(fp) = ep->encaps; in fc_seq_send_locked()
1543 ep->encaps = fr_encaps(fp); in fc_exch_recv_req()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c483 fr_encaps(fp) = ep->encaps; in fc_seq_send_locked()
1541 ep->encaps = fr_encaps(fp); in fc_exch_recv_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4348 INIT_LIST_HEAD(&flow->encaps[out_index].list); in mlx5e_alloc_flow()

Completed in 41 milliseconds