Home
last modified time | relevance | path

Searched refs:DHD_BAD_IF (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/bcmdhd/
Ddhd_linux.c954 return DHD_BAD_IF; in dhd_net2idx()
1454 if (ifidx == DHD_BAD_IF) in dhd_set_mac_address()
1472 if (ifidx == DHD_BAD_IF) in dhd_set_multicast_list()
1628 if (ifidx == DHD_BAD_IF) { in dhd_start_xmit()
2023 if (ifidx == DHD_BAD_IF) {
2723 if (ifidx == DHD_BAD_IF) {
3222 if (dhd_add_if(dhd, 0, (void *)net, net->name, NULL, 0, 0) == DHD_BAD_IF)
4420 if (idx == DHD_BAD_IF) {
6067 if (ifidx == DHD_BAD_IF) {
Ddhd.h823 #define DHD_BAD_IF -0xf macro