Home
last modified time | relevance | path

Searched refs:proxd_iovsize (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_rtt.c678 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
687 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
720 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
728 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
730 p_proxd_iov = kzalloc(proxd_iovsize, kflags); in rtt_alloc_getset_buf()
732 DHD_ERROR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
738 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
748 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
760 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
769 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_rtt.c648 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
657 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
689 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
695 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
697 p_proxd_iov = (wl_proxd_iov_t *)MALLOCZ(dhd->osh, proxd_iovsize); in rtt_alloc_getset_buf()
699 DHD_RTT_ERR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
705 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
715 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
726 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
735 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_rtt.c648 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
657 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
689 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
695 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
697 p_proxd_iov = (wl_proxd_iov_t *)MALLOCZ(dhd->osh, proxd_iovsize); in rtt_alloc_getset_buf()
699 DHD_RTT_ERR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
705 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
715 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
726 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
735 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_rtt.c626 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
635 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
667 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
675 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
677 p_proxd_iov = kzalloc(proxd_iovsize, kflags); in rtt_alloc_getset_buf()
679 DHD_RTT_ERR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
685 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
695 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
706 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
715 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_rtt.c626 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
635 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
667 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
675 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
677 p_proxd_iov = kzalloc(proxd_iovsize, kflags); in rtt_alloc_getset_buf()
679 DHD_RTT_ERR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
685 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
695 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
706 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
715 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_rtt.c626 rtt_do_get_ioctl(dhd_pub_t *dhd, wl_proxd_iov_t *p_proxd_iov, uint16 proxd_iovsize, in rtt_do_get_ioctl() argument
635 proxd_iovsize, (char **)&p_iovresp, WLC_IOCTL_SMLEN); in rtt_do_get_ioctl()
667 uint16 proxd_iovsize; in rtt_alloc_getset_buf() local
675 proxd_iovsize = sizeof(wl_proxd_iov_t) + tlvs_bufsize; in rtt_alloc_getset_buf()
677 p_proxd_iov = kzalloc(proxd_iovsize, kflags); in rtt_alloc_getset_buf()
679 DHD_RTT_ERR(("error: failed to allocate %d bytes of memory\n", proxd_iovsize)); in rtt_alloc_getset_buf()
685 p_proxd_iov->len = htol16(proxd_iovsize); /* caller may adjust it based on #of TLVs */ in rtt_alloc_getset_buf()
695 *p_out_bufsize = proxd_iovsize; /* for caller's reference */ in rtt_alloc_getset_buf()
706 uint16 proxd_iovsize = 0; in dhd_rtt_common_get_handler() local
715 0, &proxd_iovsize); in dhd_rtt_common_get_handler()
[all …]