Searched refs:tx_prop (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_LanToLan.cpp | 182 if(!data->p_iface->tx_prop || !data->p_iface->rx_prop) in handle_iface_up() 188 …if(data->p_iface->tx_prop->tx[0].hdr_l2_type == IPA_HDR_L2_NONE || data->p_iface->tx_prop->tx[0].h… in handle_iface_up() 190 …IPACMERR("Invalid l2 header type %s!\n", ipa_l2_hdr_type[data->p_iface->tx_prop->tx[0].hdr_l2_type… in handle_iface_up() 274 ipa_l2_hdr_type[exist_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type], in handle_new_iface_up() 275 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]); in handle_new_iface_up() 279 ipa_l2_hdr_type[exist_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type], in handle_new_iface_up() 280 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]); in handle_new_iface_up() 284 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type], in handle_new_iface_up() 285 ipa_l2_hdr_type[exist_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]); in handle_new_iface_up() 289 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type], in handle_new_iface_up() [all …]
|
D | IPACM_Lan.cpp | 166 if(iface_query != NULL && tx_prop != NULL) in IPACM_Lan() 169 each_client_rt_rule_count[tx_prop->tx[i].ip]++; in IPACM_Lan() 255 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 1010 …if((tx_prop->tx[tx_index].ip == IPA_IP_v6) && (get_client_memptr(eth_client, clnt_indx)->route_rul… in handle_del_ipv6_addr() 1679 if(tx_prop != NULL) in handle_eth_hdr_init() 1690 for (cnt=0; cnt<tx_prop->num_tx_props; cnt++) in handle_eth_hdr_init() 1692 if(tx_prop->tx[cnt].ip==IPA_IP_v4) in handle_eth_hdr_init() 1697 tx_prop->tx[cnt].hdr_name, in handle_eth_hdr_init() 1789 for (cnt=0; cnt<tx_prop->num_tx_props; cnt++) in handle_eth_hdr_init() 1791 if(tx_prop->tx[cnt].ip==IPA_IP_v6) in handle_eth_hdr_init() [all …]
|
D | IPACM_Wlan.cpp | 67 if (tx_prop != NULL) in IPACM_Wlan() 69 free(tx_prop); in IPACM_Wlan() 856 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 931 if(tx_prop != NULL) in handle_wlan_client_init_ex() 946 for (cnt=0; cnt<tx_prop->num_tx_props; cnt++) in handle_wlan_client_init_ex() 948 if(tx_prop->tx[cnt].ip==IPA_IP_v4) in handle_wlan_client_init_ex() 953 tx_prop->tx[cnt].hdr_name, in handle_wlan_client_init_ex() 1061 for (cnt=0; cnt<tx_prop->num_tx_props; cnt++) in handle_wlan_client_init_ex() 1063 if(tx_prop->tx[cnt].ip==IPA_IP_v6) in handle_wlan_client_init_ex() 1068 tx_prop->tx[cnt].hdr_name, in handle_wlan_client_init_ex() [all …]
|
D | IPACM_Iface.cpp | 71 tx_prop = NULL; in IPACM_Iface() 538 tx_prop = (struct ipa_ioc_query_intf_tx_props *) in query_iface_property() 541 if(tx_prop == NULL) in query_iface_property() 547 memcpy(tx_prop->name, dev_name, sizeof(tx_prop->name)); in query_iface_property() 548 tx_prop->num_tx_props = iface_query->num_tx_props; in query_iface_property() 550 if (ioctl(fd, IPA_IOC_QUERY_INTF_TX_PROPS, tx_prop) < 0) in query_iface_property() 559 for (cnt = 0; cnt < tx_prop->num_tx_props; cnt++) in query_iface_property() 562 cnt, tx_prop->tx[cnt].attrib.attrib_mask, in query_iface_property() 563 tx_prop->tx[cnt].ip, tx_prop->tx[cnt].dst_pipe, in query_iface_property() 564 tx_prop->tx[cnt].alt_dst_pipe, in query_iface_property() [all …]
|
D | IPACM_Wan.cpp | 176 if(tx_prop != NULL) in IPACM_Wan() 179 …depend Got pipe %d rm index : %d \n", tx_prop->tx[0].dst_pipe, IPACM_Iface::ipacmcfg->ipa_client_r… in IPACM_Wan() 180 …IPACM_Iface::ipacmcfg->AddRmDepend(IPACM_Iface::ipacmcfg->ipa_client_rm_map_tbl[tx_prop->tx[0].dst… in IPACM_Wan() 214 if(tx_prop == NULL || rx_prop == NULL) in handle_addr_evt() 255 strlcpy(hdr.name, tx_prop->tx[0].hdr_name, sizeof(hdr.name)); in handle_addr_evt() 446 strlcpy(hdr.name, tx_prop->tx[0].hdr_name, sizeof(hdr.name)); in handle_addr_evt() 1282 if(tx_prop == NULL) in handle_route_add_evt() 1342 for (cnt=0; cnt<tx_prop->num_tx_props; cnt++) in handle_route_add_evt() 1344 if(tx_prop->tx[cnt].ip==iptype) in handle_route_add_evt() 1348 if(tx_prop->tx[cnt].hdr_name != NULL) in handle_route_add_evt() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Wlan.h | 159 …if((tx_prop->tx[tx_index].ip == IPA_IP_v4) && (get_client_memptr(wlan_client, clt_indx)->route_rul… in delete_default_qos_rtrules() 183 …if((tx_prop->tx[tx_index].ip == IPA_IP_v6) && (get_client_memptr(wlan_client, clt_indx)->route_rul… in delete_default_qos_rtrules()
|
D | IPACM_Iface.h | 108 ipa_ioc_query_intf_tx_props *tx_prop; variable
|
D | IPACM_Lan.h | 313 …if((tx_prop->tx[tx_index].ip == IPA_IP_v4) && (get_client_memptr(eth_client, clt_indx)->route_rule… in delete_eth_rtrules() 336 …if((tx_prop->tx[tx_index].ip == IPA_IP_v6) && (get_client_memptr(eth_client, clt_indx)->route_rule… in delete_eth_rtrules()
|
D | IPACM_Wan.h | 378 …if((tx_prop->tx[tx_index].ip == IPA_IP_v4) && (get_client_memptr(wan_client, clt_indx)->route_rule… in delete_wan_rtrules() 402 …if((tx_prop->tx[tx_index].ip == IPA_IP_v6) && (get_client_memptr(wan_client, clt_indx)->route_rule… in delete_wan_rtrules()
|