Lines Matching refs:pxtlv

5407 	bcm_xtlv_t *pxtlv = NULL;  in wl_android_natoe_subcmd_enable()  local
5429 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
5432 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_enable()
5447 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_ENABLE, in wl_android_natoe_subcmd_enable()
5485 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_config_ips() local
5507 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_config_ips()
5510 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_config_ips()
5566 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, in wl_android_natoe_subcmd_config_ips()
5605 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_config_ports() local
5627 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_config_ports()
5630 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_config_ports()
5666 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, in wl_android_natoe_subcmd_config_ports()
5704 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_dbg_stats() local
5726 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_dbg_stats()
5729 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_dbg_stats()
5744 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_ENABLE, in wl_android_natoe_subcmd_dbg_stats()
5781 bcm_xtlv_t *pxtlv = NULL; in wl_android_natoe_subcmd_tbl_cnt() local
5803 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_tbl_cnt()
5806 iocsz = sizeof(*natoe_ioc) + sizeof(*pxtlv); in wl_android_natoe_subcmd_tbl_cnt()
5821 ret = bcm_pack_xtlv_entry((uint8**)&pxtlv, &buflen, WL_NATOE_XTLV_TBL_CNT, in wl_android_natoe_subcmd_tbl_cnt()
5893 uint8 *pxtlv = NULL; in wl_android_send_wnm_notif() local
5901 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_send_wnm_notif()
5902 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_SUB_ELEM_TYPE, in wl_android_send_wnm_notif()
5949 uint8 *pxtlv = NULL; in wl_android_mbo_subcmd_cell_data_cap() local
6025 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_mbo_subcmd_cell_data_cap()
6026 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_CELL_DATA_CAP, in wl_android_mbo_subcmd_cell_data_cap()
6126 uint8 *pxtlv = NULL; in wl_android_mbo_subcmd_non_pref_chan() local
6217 pxtlv = (uint8 *)&iov_buf->data[0]; in wl_android_mbo_subcmd_non_pref_chan()
6219 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_OPCLASS, in wl_android_mbo_subcmd_non_pref_chan()
6225 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_CHAN, in wl_android_mbo_subcmd_non_pref_chan()
6231 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_PREFERENCE, in wl_android_mbo_subcmd_non_pref_chan()
6237 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_MBO_XTLV_REASON_CODE, in wl_android_mbo_subcmd_non_pref_chan()
11457 uint8 *pxtlv = NULL; in wl_android_twt_cap() local
11477 pxtlv = (uint8 *)iovbuf; in wl_android_twt_cap()
11479 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_TWT_CMD_CAP, in wl_android_twt_cap()
11702 uint8 *pxtlv = NULL; in wl_android_twt_status_query() local
11722 pxtlv = (uint8 *)iovbuf; in wl_android_twt_status_query()
11724 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_TWT_CMD_STATUS, in wl_android_twt_status_query()
11990 uint8 *pxtlv = NULL; in wl_android_twt_stats() local
12029 pxtlv = (uint8 *)iovbuf; in wl_android_twt_stats()
12030 ret = bcm_pack_xtlv_entry(&pxtlv, &buflen, WL_TWT_CMD_STATS, in wl_android_twt_stats()