Lines Matching refs:ifidx
36 uint8 ifidx; /* ifidx */ member
181 extern int dhd_statlog_ring_log_data(dhd_pub_t *dhdp, uint16 stat, uint8 ifidx,
184 uint8 ifidx, uint8 dir, uint16 reason);
185 extern int dhd_statlog_ring_log_ctrl(dhd_pub_t *dhdp, uint16 stat, uint8 ifidx,
187 extern int dhd_statlog_process_event(dhd_pub_t *dhdp, int type, uint8 ifidx,
212 #define DHD_STATLOG_CTRL(dhdp, stat, ifidx, reason) \ argument
213 dhd_statlog_ring_log_ctrl((dhdp), (stat), (ifidx), (reason))
214 #define DHD_STATLOG_DATA(dhdp, stat, ifidx, dir, cond) \ argument
215 dhd_statlog_ring_log_data((dhdp), (stat), (ifidx), (dir), (cond))
216 #define DHD_STATLOG_DATA_RSN(dhdp, stat, ifidx, dir, reason) \ argument
217 dhd_statlog_ring_log_data_reason((dhdp), (stat), (ifidx), \