Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dsched.h654 __field( pid_t, dst_pid )
667 __entry->dst_pid = dst_tsk ? task_pid_nr(dst_tsk) : 0;
677 __entry->dst_pid, __entry->dst_tgid, __entry->dst_ngid,
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dmac.h672 u8 dst_pid; member
H A Dmac.c3289 val = u32_replace_bits(val, ctrl_para->dst_pid, in set_cpuio_ax()
3359 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in dle_quota_change_ax()
3377 ctrl_para.dst_pid = PLE_DLE_PORT_ID_PLRLS; in dle_quota_change_ax()
H A Dmac_be.c1425 val_op2 = u32_replace_bits(0, ctrl_para->dst_pid, in set_cpuio_be()
H A Ddebug.c3576 ctrl_para.dst_pid = WDE_DLE_PORT_ID_WDRLS; in rtw89_dbg_trigger_ctrl_error()
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_fw.h2231 uint32_t dst_pid; /* Src port id. high order byte */ member
H A Dqla_init.c9551 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()