Searched refs:XGE_GET_PARAM (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/nxge/
H A Dif_nxge.h128 #define XGE_GET_PARAM(str_kenv, to, param, hardcode) { \ macro
140 XGE_GET_PARAM(str_kenv, ((*dconfig).mac), param, hardcode);
143 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo), param, hardcode);
146 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo.queue[qindex]), param, \
150 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo.queue[qindex].tti[tindex]), \
154 XGE_GET_PARAM(str_kenv, ((*dconfig).ring), param, hardcode);
157 XGE_GET_PARAM(str_kenv, ((*dconfig).ring.queue[qindex]), param, \
161 XGE_GET_PARAM(str_kenv, ((*dconfig).ring.queue[qindex].rti), param, \
H A Dif_nxge.c96 XGE_GET_PARAM("hw.xge.enable_tso", (*lldev), enabled_tso,
98 XGE_GET_PARAM("hw.xge.enable_lro", (*lldev), enabled_lro,
100 XGE_GET_PARAM("hw.xge.enable_msi", (*lldev), enabled_msi,
103 XGE_GET_PARAM("hw.xge.latency_timer", (*dconfig), latency_timer,
105 XGE_GET_PARAM("hw.xge.max_splits_trans", (*dconfig), max_splits_trans,
107 XGE_GET_PARAM("hw.xge.mmrb_count", (*dconfig), mmrb_count,
109 XGE_GET_PARAM("hw.xge.shared_splits", (*dconfig), shared_splits,
111 XGE_GET_PARAM("hw.xge.isr_polling_cnt", (*dconfig), isr_polling_cnt,
113 XGE_GET_PARAM("hw.xge.stats_refresh_time_sec", (*dconfig),
185 XGE_GET_PARAM("h
[all...]

Completed in 46 milliseconds