HomeSort by: relevance | last modified time | path
    Searched refs:in_station (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwivar.h 111 int in_station; member in struct:iwi_node
if_iwi.c 793 in->in_station = -1;
826 if (in->in_station != -1)
827 iwi_free_unr(sc, in->in_station);
1592 IWI_CSR_NODE_BASE + in->in_station * sizeof node,
1625 if (ic->ic_opmode == IEEE80211_M_IBSS && in->in_station == -1) {
1626 in->in_station = iwi_alloc_unr(sc);
1628 if (in->in_station == -1) { /* h/w table is full */
1714 (ic->ic_opmode == IEEE80211_M_IBSS) ? in->in_station : 0;

Completed in 14 milliseconds