Home
last modified time | relevance | path

Searched refs:dst_pid (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/trace/events/
Dsched.h656 __field( pid_t, dst_pid )
669 __entry->dst_pid = dst_tsk ? task_pid_nr(dst_tsk) : 0;
679 __entry->dst_pid, __entry->dst_tgid, __entry->dst_ngid,
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dmac.h650 u8 dst_pid; member
Dmac.c3195 val = u32_replace_bits(val, ctrl_para->dst_pid, in set_cpuio_ax()
3265 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in dle_quota_change_ax()
3283 ctrl_para.dst_pid = PLE_DLE_PORT_ID_PLRLS; in dle_quota_change_ax()
Dmac_be.c1425 val_op2 = u32_replace_bits(0, ctrl_para->dst_pid, in set_cpuio_be()
Ddebug.c3391 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in rtw89_dbg_trigger_ctrl_error()
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_fw.h2231 uint32_t dst_pid; /* Src port id. high order byte */ member
Dqla_init.c9541 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()