txq_info 583 drivers/crypto/chelsio/chcr_algo.c struct sge_uld_txq_info *txq_info = txq_info 589 drivers/crypto/chelsio/chcr_algo.c txq = &txq_info->uldtxq[idx]; txq_info 2059 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq_info *txq_info = txq_info 2062 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (txq_info) { txq_info 2064 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq *txq = &txq_info->uldtxq[i]; txq_info 2081 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq_info *txq_info = txq_info 2084 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (txq_info) { txq_info 2086 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq *txq = &txq_info->uldtxq[i]; txq_info 2163 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq_info *txq_info = txq_info 2165 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (txq_info) { txq_info 2167 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c struct sge_uld_txq *txq = &txq_info->uldtxq[i]; txq_info 458 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) txq_info 460 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c int nq = txq_info->ntxq; txq_info 464 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c struct sge_uld_txq *txq = &txq_info->uldtxq[i]; txq_info 479 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, txq_info 483 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c int nq = txq_info->ntxq; txq_info 488 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c struct sge_uld_txq *txq = &txq_info->uldtxq[i]; txq_info 498 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c free_sge_txq_uld(adap, txq_info); txq_info 505 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c struct sge_uld_txq_info *txq_info = NULL; txq_info 508 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info = adap->sge.uld_txq_info[tx_uld_type]; txq_info 510 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (txq_info && atomic_dec_and_test(&txq_info->users)) { txq_info 511 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c free_sge_txq_uld(adap, txq_info); txq_info 512 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info->uldtxq); txq_info 513 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info); txq_info 522 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c struct sge_uld_txq_info *txq_info = NULL; txq_info 526 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info = adap->sge.uld_txq_info[tx_uld_type]; txq_info 528 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if ((tx_uld_type == CXGB4_TX_OFLD) && txq_info && txq_info 529 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c (atomic_inc_return(&txq_info->users) > 1)) txq_info 532 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info = kzalloc(sizeof(*txq_info), GFP_KERNEL); txq_info 533 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (!txq_info) txq_info 538 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info->ntxq = rounddown(i, adap->params.nports); txq_info 539 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (txq_info->ntxq <= 0) { txq_info 541 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info); txq_info 547 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info->ntxq = roundup(i, adap->params.nports); txq_info 549 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), txq_info 551 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (!txq_info->uldtxq) { txq_info 552 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info); txq_info 556 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (alloc_sge_txq_uld(adap, txq_info, tx_uld_type)) { txq_info 557 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info->uldtxq); txq_info 558 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c kfree(txq_info); txq_info 562 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c atomic_inc(&txq_info->users); txq_info 563 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c adap->sge.uld_txq_info[tx_uld_type] = txq_info; txq_info 572 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c struct sge_uld_txq_info *txq_info = adap->sge.uld_txq_info[tx_uld_type]; txq_info 578 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c lli->ntxq = txq_info->ntxq; txq_info 2430 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq_info *txq_info; txq_info 2441 drivers/net/ethernet/chelsio/cxgb4/sge.c txq_info = adap->sge.uld_txq_info[tx_uld_type]; txq_info 2442 drivers/net/ethernet/chelsio/cxgb4/sge.c if (unlikely(!txq_info)) { txq_info 2447 drivers/net/ethernet/chelsio/cxgb4/sge.c txq = &txq_info->uldtxq[idx]; txq_info 2559 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq_info *txq_info; txq_info 2567 drivers/net/ethernet/chelsio/cxgb4/sge.c txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; txq_info 2568 drivers/net/ethernet/chelsio/cxgb4/sge.c if (unlikely(!txq_info)) { txq_info 2573 drivers/net/ethernet/chelsio/cxgb4/sge.c txq = &txq_info->uldtxq[idx]; txq_info 4110 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq_info *txq_info; txq_info 4112 drivers/net/ethernet/chelsio/cxgb4/sge.c txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; txq_info 4113 drivers/net/ethernet/chelsio/cxgb4/sge.c if (txq_info) { txq_info 4114 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq *txq = txq_info->uldtxq; txq_info 4124 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq_info *txq_info; txq_info 4126 drivers/net/ethernet/chelsio/cxgb4/sge.c txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; txq_info 4127 drivers/net/ethernet/chelsio/cxgb4/sge.c if (txq_info) { txq_info 4128 drivers/net/ethernet/chelsio/cxgb4/sge.c struct sge_uld_txq *txq = txq_info->uldtxq; txq_info 195 net/mac80211/agg-tx.c struct txq_info *txqi; txq_info 214 net/mac80211/agg-tx.c struct txq_info *txqi; txq_info 3844 net/mac80211/cfg.c struct txq_info *txqi) txq_info 490 net/mac80211/debugfs_netdev.c struct txq_info *txqi; txq_info 144 net/mac80211/debugfs_sta.c struct txq_info *txqi; txq_info 1201 net/mac80211/driver-ops.h struct txq_info *txq) txq_info 1216 net/mac80211/driver-ops.h struct txq_info *txqi) txq_info 1541 net/mac80211/ieee80211_i.h static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) txq_info 1543 net/mac80211/ieee80211_i.h return container_of(txq, struct txq_info, txq); txq_info 1548 net/mac80211/ieee80211_i.h struct txq_info *txqi = to_txq_info(txq); txq_info 2088 net/mac80211/ieee80211_i.h struct txq_info *txq, int tid); txq_info 2090 net/mac80211/ieee80211_i.h struct txq_info *txqi); txq_info 2094 net/mac80211/ieee80211_i.h struct txq_info *txqi); txq_info 1730 net/mac80211/iface.c struct txq_info *txqi; txq_info 1759 net/mac80211/iface.c txq_size += sizeof(struct txq_info) + txq_info 1588 net/mac80211/rx.c struct txq_info *txqi = to_txq_info(txq); txq_info 112 net/mac80211/sta_info.c struct txq_info *txqi; txq_info 376 net/mac80211/sta_info.c int size = sizeof(struct txq_info) + txq_info 384 net/mac80211/sta_info.c struct txq_info *txq = txq_data + i * size; txq_info 2660 net/mac80211/trace.h struct txq_info *txq), txq_info 1246 net/mac80211/tx.c static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, txq_info 1309 net/mac80211/tx.c struct txq_info *txqi; txq_info 1330 net/mac80211/tx.c struct txq_info *txqi; txq_info 1344 net/mac80211/tx.c struct txq_info *txqi; txq_info 1350 net/mac80211/tx.c txqi = container_of(tin, struct txq_info, tin); txq_info 1393 net/mac80211/tx.c struct txq_info *txqi; txq_info 1395 net/mac80211/tx.c txqi = container_of(tin, struct txq_info, tin); txq_info 1400 net/mac80211/tx.c struct txq_info *txqi, txq_info 1429 net/mac80211/tx.c struct txq_info *txqi; txq_info 1452 net/mac80211/tx.c struct txq_info *txqi, int tid) txq_info 1493 net/mac80211/tx.c struct txq_info *txqi) txq_info 1601 net/mac80211/tx.c struct txq_info *txqi; txq_info 3237 net/mac80211/tx.c struct txq_info *txqi; txq_info 3555 net/mac80211/tx.c struct txq_info *txqi = container_of(txq, struct txq_info, txq); txq_info 3708 net/mac80211/tx.c struct txq_info *txqi = NULL; txq_info 3714 net/mac80211/tx.c struct txq_info, txq_info 3751 net/mac80211/tx.c struct txq_info *txqi = to_txq_info(txq); txq_info 3783 net/mac80211/tx.c struct txq_info *iter, *tmp, *txqi = to_txq_info(txq); txq_info 246 net/mac80211/util.c struct txq_info *txqi; txq_info 3987 net/mac80211/util.c struct txq_info *txqi = to_txq_info(txq);