Searched refs:new_tt (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_worker.h | 190 const uint8_t new_tt, const uint8_t grp) in ssows_add_work() argument 194 add_work0 = tag | ((uint64_t)(new_tt) << 32); in ssows_add_work() 200 const uint8_t new_tt, const uint8_t grp) in ssows_swtag_full() argument 204 swtag_full0 = tag | ((uint64_t)(new_tt & 0x3) << 32) | in ssows_swtag_full() 211 ssows_swtag_desched(struct ssows *ws, uint32_t tag, uint8_t new_tt, uint8_t grp) in ssows_swtag_desched() argument 215 val = tag | ((uint64_t)(new_tt & 0x3) << 32) | ((uint64_t)grp << 34); in ssows_swtag_desched() 220 ssows_swtag_norm(struct ssows *ws, uint32_t tag, uint8_t new_tt) in ssows_swtag_norm() argument 224 val = tag | ((uint64_t)(new_tt & 0x3) << 32); in ssows_swtag_norm()
|
| H A D | ssovf_worker.c | 12 const uint8_t new_tt = ev->sched_type; in ssows_new_event() local 15 ssows_add_work(ws, event_ptr, tag, new_tt, grp); in ssows_new_event() 22 const uint8_t new_tt = ev->sched_type; in ssows_fwd_swtag() local 32 if (new_tt != SSO_SYNC_UNTAGGED) { in ssows_fwd_swtag() 34 new_tt, grp); in ssows_fwd_swtag() 37 if (likely(new_tt != SSO_SYNC_UNTAGGED)) in ssows_fwd_swtag() 38 ssows_swtag_norm(ws, tag, new_tt); in ssows_fwd_swtag() 53 const uint8_t new_tt = ev->sched_type; in ssows_fwd_group() local 67 ssows_add_work(ws, event_ptr, tag, new_tt, grp); in ssows_fwd_group()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_worker_dual.c | 13 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_dual_new_event() local 20 otx2_ssogws_dual_add_work(ws, event_ptr, tag, new_tt, grp); in otx2_ssogws_dual_new_event() 30 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_dual_fwd_swtag() local 40 if (new_tt == SSO_SYNC_UNTAGGED) { in otx2_ssogws_dual_fwd_swtag() 44 otx2_ssogws_swtag_norm((struct otx2_ssogws *)ws, tag, new_tt); in otx2_ssogws_dual_fwd_swtag() 53 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_dual_fwd_group() local 58 otx2_ssogws_swtag_desched((struct otx2_ssogws *)ws, tag, new_tt, grp); in otx2_ssogws_dual_fwd_group()
|
| H A D | otx2_worker.c | 11 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_new_event() local 18 otx2_ssogws_add_work(ws, event_ptr, tag, new_tt, grp); in otx2_ssogws_new_event() 27 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_fwd_swtag() local 38 if (new_tt == SSO_SYNC_UNTAGGED) { in otx2_ssogws_fwd_swtag() 42 otx2_ssogws_swtag_norm(ws, tag, new_tt); in otx2_ssogws_fwd_swtag() 53 const uint8_t new_tt = ev->sched_type; in otx2_ssogws_fwd_group() local 58 otx2_ssogws_swtag_desched(ws, tag, new_tt, grp); in otx2_ssogws_fwd_group()
|
| H A D | otx2_worker.h | 162 const uint32_t tag, const uint8_t new_tt, in otx2_ssogws_add_work() argument 167 add_work0 = tag | ((uint64_t)(new_tt) << 32); in otx2_ssogws_add_work() 172 otx2_ssogws_swtag_desched(struct otx2_ssogws *ws, uint32_t tag, uint8_t new_tt, in otx2_ssogws_swtag_desched() argument 177 val = tag | ((uint64_t)(new_tt & 0x3) << 32) | ((uint64_t)grp << 34); in otx2_ssogws_swtag_desched() 182 otx2_ssogws_swtag_norm(struct otx2_ssogws *ws, uint32_t tag, uint8_t new_tt) in otx2_ssogws_swtag_norm() argument 186 val = tag | ((uint64_t)(new_tt & 0x3) << 32); in otx2_ssogws_swtag_norm()
|
| H A D | otx2_worker_dual.h | 103 const uint32_t tag, const uint8_t new_tt, in otx2_ssogws_dual_add_work() argument 108 add_work0 = tag | ((uint64_t)(new_tt) << 32); in otx2_ssogws_dual_add_work()
|