Searched refs:wl3501_get_from_wla (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | wl3501_cs.c | 262 * wl3501_get_from_wla - Move 'size' bytes from card to PC 270 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla() function 310 wl3501_get_from_wla(this, this->tx_buffer_head, &next, in wl3501_get_tx_buffer() 344 wl3501_get_from_wla(this, ptr, &next, sizeof(next)); in wl3501_free_tx_buffer() 354 wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp)); in wl3501_esbq_req_test() 512 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() 542 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 666 wl3501_get_from_wla(this, addr, &sig, sizeof(sig)); in wl3501_mgmt_scan_confirm() 773 wl3501_get_from_wla(thi in wl3501_receive() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 262 * wl3501_get_from_wla - Move 'size' bytes from card to PC 270 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla() function 310 wl3501_get_from_wla(this, this->tx_buffer_head, &next, in wl3501_get_tx_buffer() 344 wl3501_get_from_wla(this, ptr, &next, sizeof(next)); in wl3501_free_tx_buffer() 354 wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp)); in wl3501_esbq_req_test() 512 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() 542 wl3501_get_from_wla(this, bf, &next, sizeof(next)); in wl3501_send_pkt() 666 wl3501_get_from_wla(this, addr, &sig, sizeof(sig)); in wl3501_mgmt_scan_confirm() 773 wl3501_get_from_wla(thi in wl3501_receive() [all...] |
Completed in 4 milliseconds