Searched refs:tfc (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/misc/cxl/ |
D | trace.h | 191 TP_PROTO(struct cxl_context *ctx, u64 tfc), 193 TP_ARGS(ctx, tfc), 199 __field(u64, tfc) 206 __entry->tfc = tfc; 213 __print_flags(__entry->tfc, "|", TFC_FLAGS)
|
D | native.c | 690 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in cxl_ack_irq() argument 692 trace_cxl_psl_irq_ack(ctx, tfc); in cxl_ack_irq() 693 if (tfc) in cxl_ack_irq() 694 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); in cxl_ack_irq()
|
D | cxl.h | 650 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
|
/linux-4.1.27/drivers/net/ethernet/icplus/ |
D | ipg.c | 165 offset = (u32) &sp->txd[i].tfc - (u32) sp->txd; in ipg_dump_tfdlist() 167 i, offset, (unsigned long) sp->txd[i].tfc); in ipg_dump_tfdlist() 824 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE); in init_tfdlist() 866 IPG_DEBUG_MSG("TFC = %016lx\n", (unsigned long) txfd->tfc); in ipg_nic_txfree() 873 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE))) in ipg_nic_txfree() 1865 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE); in ipg_nic_hard_start_xmit() 1868 txfd->tfc |= cpu_to_le64(IPG_TFC_WORDALIGNDISABLED | in ipg_nic_hard_start_xmit() 1884 txfd->tfc |= cpu_to_le64(IPG_TFC_TXINDICATE); in ipg_nic_hard_start_xmit() 1885 txfd->tfc |= cpu_to_le64(IPG_TFC_TXDMAINDICATE); in ipg_nic_hard_start_xmit() 1890 txfd->tfc |= cpu_to_le64(IPG_TFC_FCSAPPENDDISABLE); in ipg_nic_hard_start_xmit() [all …]
|
D | ipg.h | 691 __le64 tfc; member
|
/linux-4.1.27/drivers/target/ |
D | target_core_fabric_configfs.c | 49 struct target_fabric_configfs_template *tfc = &tf->tf_cit_tmpl; \ 50 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \ 62 struct target_fabric_configfs_template *tfc = &tf->tf_cit_tmpl; \ 63 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \
|
/linux-4.1.27/kernel/events/ |
D | core.c | 63 struct remote_function_call *tfc = data; in remote_function() local 64 struct task_struct *p = tfc->p; in remote_function() 67 tfc->ret = -EAGAIN; in remote_function() 72 tfc->ret = tfc->func(tfc->info); in remote_function()
|