Searched refs:cindex (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/flowctl/
H A Dflowctl.c156 int cindex = -1; local
163 if (cindex != -1)
165 cindex = i;
167 if (cindex == -1)
171 (*cmds[cindex].cmd_func)(argc, argv);
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c2658 int index, cindex; local
2702 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
2704 "%s: tid=%d, seqno %d; window %d:%d; index=%d cindex=%d "
2707 tap->txa_start, tap->txa_wnd, index, cindex, tid->baw_head,
2711 assert(tid->tx_buf[cindex] == NULL);
2713 if (tid->tx_buf[cindex] != NULL) {
2715 "%s: ba packet dup (index=%d, cindex=%d, "
2717 __func__, index, cindex, tid->baw_head, tid->baw_tail);
2721 tid->tx_buf[cindex],
2722 SEQNO(tid->tx_buf[cindex]
2749 int index, cindex; local
2796 int index, cindex; local
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3391 uint32_t *cindex)
3401 *cindex = oid->subs[sub + oid->subs[sub] + 1];
3443 wlan_find_channel(struct wlan_iface *wif, uint32_t cindex) argument
3445 if (wif->chanlist == NULL || cindex > wif->nchannels)
3448 return (wif->chanlist + cindex - 1);
3454 uint32_t cindex; local
3457 if (wlan_channel_index_decode(oid, sub, wname, &cindex) < 0)
3463 return (wlan_find_channel(*wif, cindex));
3470 uint32_t cindex; local
3484 if (wlan_channel_index_decode(oid, sub, wname, &cindex) <
3390 wlan_channel_index_decode(const struct asn_oid *oid, uint sub, char *wname, uint32_t *cindex) argument
[all...]

Completed in 135 milliseconds