Searched refs:tinfo (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/mips/beri/ |
| H A D | beri_mp.h | 54 uint32_t tinfo; in beri_get_thread() local 56 tinfo = mips_rd_tinfo(); in beri_get_thread() 57 return (tinfo & 0xffff); in beri_get_thread() 63 uint32_t tinfo; in beri_get_nthreads() local 65 tinfo = mips_rd_tinfo(); in beri_get_nthreads() 66 return ((tinfo >> 16) + 1); in beri_get_nthreads()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 405 struct tso_info *tinfo) in mlx4_tx_burst_tso_get_params() argument 413 tinfo->tso_header_size += in mlx4_tx_burst_tso_get_params() 428 tinfo->tso_header_size, in mlx4_tx_burst_tso_get_params() 433 tinfo->wqe_size = in mlx4_tx_burst_tso_get_params() 442 tinfo->pv_counter = 0; in mlx4_tx_burst_tso_get_params() 466 struct tso_info *tinfo, in mlx4_tx_burst_fill_tso_dsegs() argument 475 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_dsegs() 605 struct tso_info *tinfo, in mlx4_tx_burst_fill_tso_hdr() argument 611 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_hdr() 689 struct tso_info tinfo; in mlx4_tx_burst_tso() local [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 378 ipfw_ta_tinfo *tinfo); 964 ipfw_ta_tinfo *tinfo); 1941 ipfw_ta_tinfo *tinfo); 2173 tinfo->size4 = cfg->size; in ta_dump_ifidx_tinfo() 2642 ipfw_ta_tinfo *tinfo); 2756 tinfo->size4 = cfg->size; in ta_dump_numarray_tinfo() 3107 ipfw_ta_tinfo *tinfo); 3336 tinfo->size4 = cfg->size; in ta_dump_fhash_tinfo() 3901 tinfo->count4 = 0; in ta_dump_kfib_tinfo() 3904 tinfo->count6 = 0; in ta_dump_kfib_tinfo() [all …]
|
| H A D | ip_fw_table.h | 112 ipfw_ta_tinfo *tinfo);
|
| H A D | ip_fw_table.c | 351 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries() argument 375 error = ta->add(tc->astate, tinfo, ptei, v, &num); in rollback_added_entries() 383 error = ta->del(tc->astate, tinfo, ptei, vv, &num); in rollback_added_entries()
|
| /f-stack/freebsd/mips/include/ |
| H A D | cpufunc.h | 289 MIPS_RW32_COP0_SEL(tinfo, MIPS_COP_0_PRID, 7);
|