Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dtrace.h191 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)
Dnative.c690 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()
Dcxl.h650 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c165 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 …]
Dipg.h691 __le64 tfc; member
/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c49 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/
Dcore.c63 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()