/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 196 #define BNX2X_VOQ_Q_REG_ADDR(cos, pf_q_num)\ argument 197 (QM_REG_VOQQMASK_0_LSB + 4 * ((cos) * 2 + ((pf_q_num) >> 5))) 266 traffic_cos[LLFC_TRAFFIC_TYPE_FCOE].cos); in bnx2x_dcb_config_qm() 268 traffic_cos[LLFC_TRAFFIC_TYPE_ISCSI].cos); in bnx2x_dcb_config_qm() 270 traffic_cos[LLFC_TRAFFIC_TYPE_ISCSI].cos); in bnx2x_dcb_config_qm() 274 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); in bnx2x_dcb_config_qm() 276 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); in bnx2x_dcb_config_qm() 278 traffic_cos[LLFC_TRAFFIC_TYPE_NW].cos); in bnx2x_dcb_config_qm() 428 u32 vnic, cos; in bnx2x_init_fw_wrr() local 433 for (cos = 0; cos < MAX_COS_NUMBER; cos++) in bnx2x_init_fw_wrr() [all …]
|
H A D | bnx2x_dcb.c | 583 ets_params.cos[i].state = bnx2x_cos_state_strict; in bnx2x_dcbx_update_ets_config() 584 ets_params.cos[i].params.sp_params.pri = in bnx2x_dcbx_update_ets_config() 591 ets_params.cos[i].state = bnx2x_cos_state_bw; in bnx2x_dcbx_update_ets_config() 592 ets_params.cos[i].params.bw_params.bw = in bnx2x_dcbx_update_ets_config() 728 u8 prio, cos; in bnx2x_dcbx_update_tc_mapping() local 729 for (cos = 0; cos < bp->dcbx_port_params.ets.num_of_cos; cos++) { in bnx2x_dcbx_update_tc_mapping() 731 if (bp->dcbx_port_params.ets.cos_params[cos].pri_bitmask in bnx2x_dcbx_update_tc_mapping() 733 bp->prio_to_cos[prio] = cos; in bnx2x_dcbx_update_tc_mapping() 735 "tx_mapping %d --> %d\n", prio, cos); in bnx2x_dcbx_update_tc_mapping() 1078 u8 cos = 0; in bnx2x_dcbx_print_cos_params() local [all …]
|
H A D | bnx2x_cmn.c | 172 int i, cos, old_eth_num = BNX2X_NUM_ETH_QUEUES(bp); in bnx2x_shrink_eth_fp() local 177 for (cos = 1; cos < bp->max_cos; cos++) { in bnx2x_shrink_eth_fp() 180 int new_idx = cos * (old_eth_num - delta) + i; in bnx2x_shrink_eth_fp() 182 memcpy(&bp->bnx2x_txq[new_idx], fp->txdata_ptr[cos], in bnx2x_shrink_eth_fp() 184 fp->txdata_ptr[cos] = &bp->bnx2x_txq[new_idx]; in bnx2x_shrink_eth_fp() 1144 u8 cos; in bnx2x_msix_fp_int() local 1158 for_each_cos_in_tx_queue(fp, cos) in bnx2x_msix_fp_int() 1159 prefetch(fp->txdata_ptr[cos]->tx_cons_sb); in bnx2x_msix_fp_int() 1506 u8 cos; in bnx2x_free_tx_skbs_queue() local 1509 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_tx_skbs_queue() [all …]
|
H A D | bnx2x_main.c | 920 u8 cos; in bnx2x_panic_dump() local 982 u8 data_size, cos; in bnx2x_panic_dump() local 1002 for_each_cos_in_tx_queue(fp, cos) in bnx2x_panic_dump() 1004 if (!fp->txdata_ptr[cos]) in bnx2x_panic_dump() 1007 txdata = *fp->txdata_ptr[cos]; in bnx2x_panic_dump() 1156 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_panic_dump() 1157 struct bnx2x_fp_txdata *txdata = fp->txdata_ptr[cos]; in bnx2x_panic_dump() 1159 if (!fp->txdata_ptr[cos]) in bnx2x_panic_dump() 1172 i, cos, j, sw_bd->skb, in bnx2x_panic_dump() 1182 i, cos, j, tx_bd[0], tx_bd[1], in bnx2x_panic_dump() [all …]
|
H A D | bnx2x_cmn.h | 767 u8 cos; in bnx2x_has_tx_work() local 768 for_each_cos_in_tx_queue(fp, cos) in bnx2x_has_tx_work() 769 if (bnx2x_tx_queue_has_work(fp->txdata_ptr[cos])) in bnx2x_has_tx_work()
|
/openbmc/linux/include/net/ |
H A D | erspan.h | 106 cos:3; member 112 __u8 cos:3, 166 u8 dscp, cos; in tos_to_cos() local 169 cos = dscp >> 3; in tos_to_cos() 170 return cos; in tos_to_cos() 209 ershdr->cos = tos_to_cos(tos); in erspan_build_header() 303 ershdr->cos = tos_to_cos(tos); in erspan_build_header_v2()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 551 fp->id, fp->sb_info->igu_sb_id, txq->index, txq->ndev_txq_id, txq->cos, in qede_txq_fp_log_metadata() 574 sb_dbg.igu_prod, sb_dbg.igu_cons, sb_dbg.pi[TX_PI(txq->cos)]); in qede_tx_log_print() 587 sb_dbg.pi[TX_PI(txq->cos)]); in qede_tx_log_print() 601 int cos; in qede_tx_timeout() local 607 for_each_cos_in_txq(edev, cos) { in qede_tx_timeout() 608 txq = &fp->txq[cos]; in qede_tx_timeout() 637 int cos, count, offset; in qede_setup_tc() local 645 for_each_cos_in_txq(edev, cos) { in qede_setup_tc() 647 offset = cos * QEDE_TSS_COUNT(edev); in qede_setup_tc() 648 netdev_set_tc_queue(ndev, cos, count, offset); in qede_setup_tc() [all …]
|
H A D | qede_fp.c | 1402 int cos; in qede_poll_is_more_work() local 1404 for_each_cos_in_txq(fp->edev, cos) { in qede_poll_is_more_work() 1405 if (qede_txq_has_work(&fp->txq[cos])) in qede_poll_is_more_work() 1427 int cos; in qede_poll() local 1429 for_each_cos_in_txq(fp->edev, cos) { in qede_poll() 1430 if (qede_txq_has_work(&fp->txq[cos])) in qede_poll() 1431 qede_tx_int(edev, &fp->txq[cos]); in qede_poll()
|
H A D | qede.h | 421 (txq)->cos) + (txq)->index) 439 u16 cos; member
|
H A D | qede_ethtool.c | 303 sprintf(*buf, "%d_%d: %s", txq->index, txq->cos, in qede_get_strings_stats_txq() 344 int cos; in qede_get_strings_stats() local 346 for_each_cos_in_txq(edev, cos) in qede_get_strings_stats() 348 &fp->txq[cos], &buf); in qede_get_strings_stats() 425 int cos; in qede_get_ethtool_stats() local 427 for_each_cos_in_txq(edev, cos) in qede_get_ethtool_stats() 428 qede_get_ethtool_stats_txq(&fp->txq[cos], &buf); in qede_get_ethtool_stats()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 12 | Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or 14 | in Fp0, and cos(X) is returned in Fp1. 40 | 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. Return sgn*cos(r) 41 | where cos(r) is approximated by an even polynomial in r, 67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where 68 | sin(r) and cos(r) are computed as odd and even polynomials 72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where 73 | sin(r) and cos(r) are computed as odd and even polynomials
|
H A D | sto_res.S | 34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | stable-kernel-rules.rst | 25 interattività. Dato che questi problemi non sono così ovvi e la loro 85 l'identificativo del commit nei sorgenti principali, così come la versione 103 al messaggio della patch, così: 182 nuove -rc e così via finché non si ritiene che non vi siano più problemi.
|
H A D | management-style.rst | 34 così dannatamente ovvio a chi la pone che non abbiamo la minima idea 87 così grossa, dato che può essere facilmente annullata. 147 così facile rimuovere i disordini della personalità. Dovrete semplicemente 174 - essere amabili così che nessuno finirà col sentirsi preso di mira. Siate 227 Non è poi così difficile accettare la colpa, specialmente se le persone
|
H A D | volatile-considered-harmful.rst | 15 *volatile* come una variabile atomica di facile utilizzo, ma non è così. 46 - sono stati esplicitamente scritti per agire così - il che significa che gli
|
H A D | coding-style.rst | 26 La tabulazione (tab) è di 8 caratteri e così anche le indentazioni. Ci sono 138 di chiusura per prima su una nuova riga, così: 323 C è un linguaggio spartano, e così dovrebbero esserlo i vostri nomi. Al 334 dei nomi descrittivi, così come le funzioni globali. Se avete una funzione 369 potreste dire cos'è effettivamente ``a``. 454 d'essere brillante, ma magari vorresti riuscire a capire cos'avevi fatto due 598 funzione è così complessa che dovete commentarla a pezzi, allora dovreste 712 Tuttavia, non è così terribile, perché perfino i creatori di GNU indent 899 dev_warn(), dev_info(), e così via. Per messaggi che non sono associati ad 1007 così dovrebbero anche tutte le funzioni pubbliche. Le funzioni private [all …]
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | README | 185 cos() 284.4 4855.2 308.0 388.7 211 cos() 381.5 2767.4 240 would be 64 bits. The reduced Turbo C accuracy of cos() and tan() for 243 accurate to 64 bits can result in a relative accuracy in cos() of 244 about 64 + log2(cos(x)) = 31 bits. 252 cos(x) 0 .. pi/2-(1e-10) 64.4 (x <= pi/4) 62.4 284 cos(x) 0 .. 9.22e+18 62.0
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_qp.c | 615 static u32 sq_prepare_db(struct hinic_sq *sq, u16 prod_idx, unsigned int cos) in sq_prepare_db() argument 624 HINIC_SQ_DB_INFO_SET(cos, COS) | in sq_prepare_db() 636 unsigned int cos) in hinic_sq_write_db() argument 646 writel(sq_prepare_db(sq, prod_idx, cos), SQ_DB_ADDR(sq, prod_idx)); in hinic_sq_write_db()
|
H A D | hinic_hw_qp.h | 182 unsigned int cos);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | 0001-Silence-clang-warnings.patch | 55 - result = glm::cos(i); 56 + glm::cos(i);
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptfc.c | 976 unsigned cos = 0; in mptfc_init_host_attr() local 1011 cos |= FC_COS_CLASS1; in mptfc_init_host_attr() 1013 cos |= FC_COS_CLASS2; in mptfc_init_host_attr() 1015 cos |= FC_COS_CLASS3; in mptfc_init_host_attr() 1016 fc_host_supported_classes(sh) = cos; in mptfc_init_host_attr()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-switchdev.c | 133 static void am65_cpsw_set_pvid(struct am65_cpsw_port *port, u16 vid, bool cfi, u32 cos) in am65_cpsw_set_pvid() argument 141 pvid |= (cos & 0x7) << 13; in am65_cpsw_set_pvid()
|
H A D | cpsw_switchdev.c | 141 static void cpsw_set_pvid(struct cpsw_priv *priv, u16 vid, bool cfi, u32 cos) in cpsw_set_pvid() argument 149 pvid |= (cos & 0x7) << 13; in cpsw_set_pvid()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | atom.h | 112 u16 cos:12; member
|
/openbmc/linux/Documentation/translations/it_IT/core-api/ |
H A D | symbol-namespaces.rst | 20 esempio allo spazio dei nomi SUBSYSTEM_DEBUG) così come per limitare 163 Potete anche eseguire nsdeps per moduli esterni. Solitamente si usa così::
|