| /linux/net/atm/ |
| H A D | common.c | 104 return (vcc->qos.txtp.max_sdu + in vcc_writable() 159 vcc->qos.txtp.max_sdu = 1 << 16; /* for meta VCs */ in vcc_create() 287 int max_sdu; in adjust_tp() local 293 max_sdu = ATM_CELL_SIZE-1; in adjust_tp() 296 max_sdu = ATM_MAX_AAL34_PDU; in adjust_tp() 302 max_sdu = ATM_MAX_AAL5_PDU; in adjust_tp() 304 if (!tp->max_sdu) in adjust_tp() 305 tp->max_sdu = max_sdu; in adjust_tp() 306 else if (tp->max_sdu > max_sd in adjust_tp() [all...] |
| H A D | mpoa_proc.c | 271 qos.txtp.max_sdu = tx_sdu; in parse_qos() 274 qos.rxtp.max_sdu = rx_sdu; in parse_qos() 277 qos.txtp.max_pcr, qos.txtp.max_sdu, in parse_qos() 278 qos.rxtp.max_pcr, qos.rxtp.max_sdu); in parse_qos()
|
| H A D | pppoatm.c | 414 pvcc->chan.mtu = atmvcc->qos.txtp.max_sdu - PPP_HDRLEN - in pppoatm_assign_vcc()
|
| H A D | mpc.c | 260 qos->qos.txtp.max_sdu, in atm_mpoa_disp_qos() 265 qos->qos.rxtp.max_sdu); in atm_mpoa_disp_qos()
|
| /linux/net/sched/ |
| H A D | sch_taprio.c | 78 u32 max_sdu[TC_MAX_QUEUE]; /* for dump */ member 109 u32 max_sdu[TC_MAX_QUEUE]; /* save info from the user */ member 267 /* Sets sched->max_sdu[] and sched->max_frm_len[] to the minimum between the 268 * q->max_sdu[] requested by the user and the max_sdu dynamically determined by 279 u32 max_sdu; in taprio_update_queue_max_sdu() local 283 max_sdu_from_user = q->max_sdu[tc] ?: U32_MAX; in taprio_update_queue_max_sdu() 307 max_sdu = min(max_sdu_dynamic, max_sdu_from_user); in taprio_update_queue_max_sdu() 309 if (max_sdu != U32_MAX) { in taprio_update_queue_max_sdu() 310 sched->max_frm_len[tc] = max_sdu in taprio_update_queue_max_sdu() 1752 u32 max_sdu[TC_QOPT_MAX_QUEUE]; taprio_parse_tc_entries() local [all...] |
| /linux/drivers/atm/ |
| H A D | lanai.c | 1478 struct lanai_buffer *buf, int max_sdu, int multiplier, in lanai_get_sized_buffer() argument 1482 if (unlikely(max_sdu < 1)) in lanai_get_sized_buffer() 1483 max_sdu = 1; in lanai_get_sized_buffer() 1484 max_sdu = aal5_size(max_sdu); in lanai_get_sized_buffer() 1485 size = (max_sdu + 16) * multiplier + 16; in lanai_get_sized_buffer() 1486 lanai_buf_allocate(buf, size, max_sdu + 32, lanai->pci); in lanai_get_sized_buffer() 1502 qos->rxtp.max_sdu, AAL5_RX_MULTIPLIER, "RX"); in lanai_setup_rx_vci_aal5() 1509 int max_sdu, multiplier; in lanai_setup_tx_vci() local 1512 max_sdu = ATM_CELL_SIZE - 1; in lanai_setup_tx_vci() 1516 max_sdu = qos->txtp.max_sdu; in lanai_setup_tx_vci() [all …]
|
| H A D | fore200e.c | 973 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu == ATM_AAL0_SDU)) { in fore200e_push_rpd() 1340 vcc->qos.txtp.min_pcr, vcc->qos.txtp.max_pcr, vcc->qos.txtp.max_cdv, vcc->qos.txtp.max_sdu, in fore200e_open() 1342 vcc->qos.rxtp.min_pcr, vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_cdv, vcc->qos.rxtp.max_sdu); in fore200e_open() 1368 if (fore200e_activate_vcin(fore200e, 1, vcc, vcc->qos.rxtp.max_sdu) < 0) { in fore200e_open() 1502 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.txtp.max_sdu == ATM_AAL0_SDU)) { in fore200e_send() 1898 qos->txtp.min_pcr, qos->txtp.max_pcr, qos->txtp.max_cdv, qos->txtp.max_sdu, in fore200e_change_qos() 1900 qos->rxtp.min_pcr, qos->rxtp.max_pcr, qos->rxtp.max_cdv, qos->rxtp.max_sdu, in fore200e_change_qos()
|
| H A D | iphase.c | 1771 if (vcc->qos.txtp.max_sdu > 1774 vcc->qos.txtp.max_sdu,iadev->tx_buf_sz); 1802 if (vcc->qos.txtp.max_sdu != 0) { 1804 sk->sk_sndbuf = vcc->qos.txtp.max_sdu * 5; 1806 sk->sk_sndbuf = vcc->qos.txtp.max_sdu * 4; 1808 sk->sk_sndbuf = vcc->qos.txtp.max_sdu * 3;
|
| H A D | eni.c | 786 size = vcc->qos.rxtp.max_sdu*eni_dev->rx_mult/100; in open_rx_first() 787 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first() 1304 size = txtp->max_sdu*eni_dev->tx_mult/100; in reserve_or_set_tx() 1305 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <= in reserve_or_set_tx()
|
| H A D | idt77252.c | 2363 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_2) in idt77252_init_rx() 2365 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_1) in idt77252_init_rx() 2367 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_0) in idt77252_init_rx() 2448 vcc->qos.rxtp.max_sdu); in idt77252_open()
|
| H A D | he.c | 1758 if (skb->len > vcc->qos.rxtp.max_sdu) in he_service_rbrq() 1759 …tk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu, cid); in he_service_rbrq()
|
| /linux/include/uapi/linux/ |
| H A D | atm.h | 142 int max_sdu; /* maximum SDU in bytes */ member
|
| /linux/drivers/usb/atm/ |
| H A D | usbatm.c | 788 if ((vcc->qos.rxtp.max_sdu < 0) || (vcc->qos.rxtp.max_sdu > ATM_MAX_AAL5_PDU)) { in usbatm_atm_open() 789 atm_dbg(instance, "%s: max_sdu %d out of range!\n", __func__, vcc->qos.rxtp.max_sdu); in usbatm_atm_open() 817 new->sarb = alloc_skb(usbatm_pdu_length(vcc->qos.rxtp.max_sdu), GFP_KERNEL); in usbatm_atm_open()
|
| /linux/include/net/ |
| H A D | pkt_sched.h | 235 u32 max_sdu[TC_MAX_QUEUE]; 240 u32 max_sdu[TC_MAX_QUEUE]; global() member
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 387 void enetc_set_ptcmsdur(struct enetc_hw *hw, u32 *max_sdu) in enetc_set_ptcmsdur() argument 394 if (max_sdu[tc]) in enetc_set_ptcmsdur() 395 val = max_sdu[tc] + VLAN_ETH_HLEN; in enetc_set_ptcmsdur()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_tc.c | 920 if (!qopt->max_sdu[i]) in tc_taprio_map_maxsdu_txq() 927 priv->est->max_sdu[j] = qopt->max_sdu[i] + ETH_HLEN - ETH_TLEN; in tc_taprio_map_maxsdu_txq()
|
| H A D | stmmac_main.c | 2638 priv->est->max_sdu[queue] && in stmmac_xdp_xmit_zc() 2639 xdp_desc.len > priv->est->max_sdu[queue]) { in stmmac_xdp_xmit_zc() 4658 priv->est->max_sdu[queue]) { in stmmac_xmit() 4663 if (sdu_len > priv->est->max_sdu[queue]) { in stmmac_xmit() 5045 priv->est->max_sdu[queue] && in stmmac_xdp_xmit_xdpf() 5046 xdpf->len > priv->est->max_sdu[queue]) { in stmmac_xdp_xmit_xdpf()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc.h | 171 u32 max_sdu; member
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 2948 __le16 max_sdu; member
|