uld_info 269 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c const struct cxgb4_uld_info *uld_info) uld_info 279 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (adap->flags & CXGB4_USING_MSIX && uld_info->nrxq > s->nqs_per_uld) { uld_info 283 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c i = min_t(int, uld_info->nrxq, uld_info 287 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c if (!uld_info->ciq) { uld_info 320 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c init_rspq(adap, &r->rspq, 5, 1, uld_info->rxq_size, 64); uld_info 338 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c memcpy(rxq_info->name, uld_info->name, IFNAMSIZ); uld_info 520 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c const struct cxgb4_uld_info *uld_info) uld_info 546 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c i = min_t(int, uld_info->ntxq, num_online_cpus());