Searched refs:tfc (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/icplus/
H A Dipg.c165 offset = (u32) &sp->txd[i].tfc - (u32) sp->txd;
167 i, offset, (unsigned long) sp->txd[i].tfc);
824 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE);
866 IPG_DEBUG_MSG("TFC = %016lx\n", (unsigned long) txfd->tfc);
873 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE)))
1865 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE);
1868 txfd->tfc |= cpu_to_le64(IPG_TFC_WORDALIGNDISABLED |
1884 txfd->tfc |= cpu_to_le64(IPG_TFC_TXINDICATE);
1885 txfd->tfc |= cpu_to_le64(IPG_TFC_TXDMAINDICATE);
1890 txfd->tfc |
[all...]
H A Dipg.h692 __le64 tfc; member in struct:ipg_tx
/drivers/target/
H A Dtarget_core_fabric_configfs.c51 struct target_fabric_configfs_template *tfc = &tf->tf_cit_tmpl; \
52 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \

Completed in 64 milliseconds