Searched refs:wl3501_get_from_wla (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ |
D | wl3501_cs.c | 267 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla() function 307 wl3501_get_from_wla(this, this->tx_buffer_head, &next, in wl3501_get_tx_buffer() 341 wl3501_get_from_wla(this, ptr, &next, sizeof(next)); in wl3501_free_tx_buffer() 351 wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp)); in wl3501_esbq_req_test() 499 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 516 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 529 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 653 wl3501_get_from_wla(this, addr, &sig, sizeof(sig)); in wl3501_mgmt_scan_confirm() 758 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive() 761 wl3501_get_from_wla(this, in wl3501_receive() [all …]
|