Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/
H A Dssv_hci.c266 …sv6xxx_hci_xmit(struct ssv_hw_txq *hw_txq, int max_count, struct ssv6xxx_hw_resource *phw_resource) in ssv6xxx_hci_xmit() argument
292 …if ((phw_resource->free_tx_page < page_count) || (phw_resource->free_tx_id <= 0) || (phw_resource-… in ssv6xxx_hci_xmit()
297 phw_resource->free_tx_page -= page_count; in ssv6xxx_hci_xmit()
298 phw_resource->free_tx_id--; in ssv6xxx_hci_xmit()
299 phw_resource->max_tx_frame[hw_txq->txq_no]--; in ssv6xxx_hci_xmit()