Searched refs:wl3501_get_from_wla (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/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() 510 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 527 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 540 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 664 wl3501_get_from_wla(this, addr, &sig, sizeof(sig)); in wl3501_mgmt_scan_confirm() 769 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive() 772 wl3501_get_from_wla(this, in wl3501_receive() [all …]
|