Searched defs:get_desc (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | netdev_queues.h | 176 #define netif_txq_try_stop(txq, get_desc, start_thrs) \ argument 217 #define netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs) \ argument 261 get_desc, start_thrs, down_cond) \ argument 284 #define netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs) \ argument 289 #define netif_subqueue_try_stop(dev, idx, get_desc, start_thrs) \ argument 297 #define netif_subqueue_maybe_stop(dev, idx, get_desc, stop_thrs, start_thrs) \ argument 306 get_desc, start_thrs) \ argument
|
/linux/lib/math/tests/ |
H A D | int_pow_kunit.c | 25 static void get_desc(const struct test_case_params *tc, char *desc) in get_desc() function
|
/linux/drivers/mmc/host/ |
H A D | cqhci-core.c | 41 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() function
|
/linux/drivers/atm/ |
H A D | iphase.c | 180 static u16 get_desc (IADEV *dev, struct ia_vcc *iavcc) { in get_desc() function
|
/linux/include/kunit/ |
H A D | test.h | 1664 #define KUNIT_ARRAY_PARAM(name, array, get_desc) \ argument
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 370 char *(*get_desc)(struct smu_dpm_policy *dpm_policy, int level); member
|