|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/string.h>#include <linux/slab.h>#include "mthca_profile.h"Go to the source code of this file.
Enumerations | |
| enum | { MTHCA_RES_QP, MTHCA_RES_EEC, MTHCA_RES_SRQ, MTHCA_RES_CQ, MTHCA_RES_EQP, MTHCA_RES_EEEC, MTHCA_RES_EQ, MTHCA_RES_RDB, MTHCA_RES_MCG, MTHCA_RES_MPT, MTHCA_RES_MTT, MTHCA_RES_UAR, MTHCA_RES_UDAV, MTHCA_RES_UARC, MTHCA_RES_NUM } |
| enum | { MTHCA_NUM_EQS = 32, MTHCA_NUM_PDS = 1 << 15 } |
Functions | |
| s64 | mthca_make_profile (struct mthca_dev *dev, struct mthca_profile *request, struct mthca_dev_lim *dev_lim, struct mthca_init_hca_param *init_hca) |
Variables | |
| enum { ... } | __attribute__ |
| anonymous enum |
Definition at line 41 of file mthca_profile.c.
| anonymous enum |
Definition at line 59 of file mthca_profile.c.
| s64 mthca_make_profile | ( | struct mthca_dev * | dev, |
| struct mthca_profile * | request, | ||
| struct mthca_dev_lim * | dev_lim, | ||
| struct mthca_init_hca_param * | init_hca | ||
| ) |
Definition at line 64 of file mthca_profile.c.
| enum { ... } __attribute__ |
1.8.2