[go: nahoru, domu]

Searched refs:ENDPOINT_MAX (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h53 ENDPOINT_MAX = 22 enumerator in enum:htc_endpoint_id
121 struct htc_endpoint endpoint[ENDPOINT_MAX];
H A Dhtc_hst.c44 for (avail_epid = (ENDPOINT_MAX - 1); avail_epid > ENDPOINT0; avail_epid--)
121 for (tepid = (ENDPOINT_MAX - 1); tepid > ENDPOINT0; tepid--) {
418 if (epid >= ENDPOINT_MAX) {
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h263 ENDPOINT_MAX, enumerator in enum:htc_endpoint_id
578 struct htc_endpoint endpoint[ENDPOINT_MAX];
628 struct htc_pipe_txcredit_alloc txcredit_alloc[ENDPOINT_MAX];
H A Dhtc_pipe.c639 for (i = 0; i < ENDPOINT_MAX; i++) {
667 if (rpt->eid >= ENDPOINT_MAX) {
795 if (packet->endpoint >= ENDPOINT_MAX) {
985 if (htc_hdr->eid >= ENDPOINT_MAX) {
1187 for (i = ENDPOINT_0; i < ENDPOINT_MAX; i++) {
1213 for (i = 0; i < ENDPOINT_MAX; i++) {
1236 enum htc_endpoint_id assigned_epid = ENDPOINT_MAX;
1353 if (assigned_epid >= ENDPOINT_MAX) {
1529 for (i = 0; i < ENDPOINT_MAX; i++) {
1646 if (first->endpoint >= ENDPOINT_MAX) {
[all...]
H A Dhtc_mbox.c1108 for (ep = ENDPOINT_1; ep < ENDPOINT_MAX; ep++) {
1116 if (ep >= ENDPOINT_MAX) {
1133 if (packet->endpoint >= ENDPOINT_MAX) {
1198 for (i = ENDPOINT_0; i < ENDPOINT_MAX; i++) {
1486 if (htc_hdr->eid >= ENDPOINT_MAX) {
1606 if (rpt->eid >= ENDPOINT_MAX) {
2172 if (id >= ENDPOINT_MAX) {
2334 if (first_pkt->endpoint >= ENDPOINT_MAX)
2369 target->ep_waiting = ENDPOINT_MAX;
2389 for (i = ENDPOINT_0; i < ENDPOINT_MAX;
[all...]
H A Dcore.h706 int tx_pending[ENDPOINT_MAX];
741 u8 ep2ac_map[ENDPOINT_MAX];
H A Ddebug.c774 for (i = 0; i < ENDPOINT_MAX; i++) {
795 (25 + ENDPOINT_MAX * 11);
853 for (i = 0; i < ENDPOINT_MAX; i++) {
H A Dtxrx.c301 eid >= ENDPOINT_MAX)) {
713 packet->endpoint >= ENDPOINT_MAX))
H A Dwmi.c125 if (WARN_ON(ep_id == ENDPOINT_UNUSED || ep_id >= ENDPOINT_MAX))

Completed in 109 milliseconds