Searched refs:PCIE_INTF_HEADER_LEN (Results 1 – 2 of 2) sorted by relevance
2247 pmbuf->data_len = rx_len - PCIE_INTF_HEADER_LEN; in wlan_pcie_process_recv_data()2248 pmbuf->data_offset += PCIE_INTF_HEADER_LEN; in wlan_pcie_process_recv_data()2631 pmadapter->upld_len -= PCIE_INTF_HEADER_LEN; in wlan_pcie_process_cmd_resp()2645 PCIE_INTF_HEADER_LEN, in wlan_pcie_process_cmd_resp()2678 PCIE_INTF_HEADER_LEN, in wlan_pcie_process_cmd_resp()2684 pmbuf->data_offset += PCIE_INTF_HEADER_LEN; in wlan_pcie_process_cmd_resp()2751 pmbuf->data_offset -= PCIE_INTF_HEADER_LEN; in wlan_pcie_cmdrsp_complete()2881 PCIE_INTF_HEADER_LEN]); in wlan_pcie_process_event_ready()2896 pmbuf_evt->data_offset += PCIE_INTF_HEADER_LEN; in wlan_pcie_process_event_ready()2897 pmbuf_evt->data_len = evt_len - PCIE_INTF_HEADER_LEN; in wlan_pcie_process_event_ready()[all …]
41 #define PCIE_INTF_HEADER_LEN 4 macro