Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c310 void *buf_tmp; in mvs_task_prep_smp() local
345 buf_tmp = slot->buf; in mvs_task_prep_smp()
351 buf_oaf = buf_tmp; in mvs_task_prep_smp()
354 buf_tmp += MVS_OAF_SZ; in mvs_task_prep_smp()
358 buf_prd = buf_tmp; in mvs_task_prep_smp()
365 buf_tmp += i; in mvs_task_prep_smp()
369 slot->response = buf_tmp; in mvs_task_prep_smp()
438 void *buf_tmp; in mvs_task_prep_ata() local
485 buf_cmd = buf_tmp = slot->buf; in mvs_task_prep_ata()
490 buf_tmp += MVS_ATA_CMD_SZ; in mvs_task_prep_ata()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c24 u8 *buf_tmp = NULL; in dbcc_get_class_from_buf() local
29 buf_tmp = (u8 *)VERIFY_GET_SUBUF((u8 *)ctx->buf); in dbcc_get_class_from_buf()
30 dbcc_class = buf_tmp[0]; in dbcc_get_class_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c24 u8 *buf_tmp = NULL; in dbcc_get_class_from_buf() local
29 buf_tmp = (u8 *)VERIFY_GET_SUBUF((u8 *)ctx->buf); in dbcc_get_class_from_buf()
30 dbcc_class = buf_tmp[0]; in dbcc_get_class_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/
H A Dphl_test_verify.c88 u8 *buf_tmp = NULL; in verify_get_feature_from_buf() local
92 buf_tmp = (u8 *)ver_ctx->buf; in verify_get_feature_from_buf()
93 feature = buf_tmp[0]; in verify_get_feature_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/
H A Dphl_test_verify.c88 u8 *buf_tmp = NULL; in verify_get_feature_from_buf() local
92 buf_tmp = (u8 *)ver_ctx->buf; in verify_get_feature_from_buf()
93 feature = buf_tmp[0]; in verify_get_feature_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp.c120 u8 *buf_tmp = NULL; in mp_get_class_from_buf() local
123 buf_tmp = (u8 *)mp_ctx->buf; in mp_get_class_from_buf()
124 mp_class = buf_tmp[0]; in mp_get_class_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp.c120 u8 *buf_tmp = NULL; in mp_get_class_from_buf() local
123 buf_tmp = (u8 *)mp_ctx->buf; in mp_get_class_from_buf()
124 mp_class = buf_tmp[0]; in mp_get_class_from_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ch_info.c419 u8 *buf_tmp; in halbb_ch_info_print_buf() local
424 buf_tmp = ch_rpt->test_buf; in halbb_ch_info_print_buf()
427 BB_DBG(bb, DBG_IC_API, "[%02d] 0x%016llx\n", i, *(u64 *)buf_tmp); in halbb_ch_info_print_buf()
428 buf_tmp += 8; in halbb_ch_info_print_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ch_info.c419 u8 *buf_tmp; in halbb_ch_info_print_buf() local
424 buf_tmp = ch_rpt->test_buf; in halbb_ch_info_print_buf()
427 BB_DBG(bb, DBG_IC_API, "[%02d] 0x%016llx\n", i, *(u64 *)buf_tmp); in halbb_ch_info_print_buf()
428 buf_tmp += 8; in halbb_ch_info_print_buf()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1703 char *buf_tmp; in i40e_dbg_netdev_ops_write() local
1720 buf_tmp = strchr(i40e_dbg_netdev_ops_buf, '\n'); in i40e_dbg_netdev_ops_write()
1721 if (buf_tmp) { in i40e_dbg_netdev_ops_write()
1722 *buf_tmp = '\0'; in i40e_dbg_netdev_ops_write()
1723 count = buf_tmp - i40e_dbg_netdev_ops_buf + 1; in i40e_dbg_netdev_ops_write()