Searched refs:tfc (Results 1 – 3 of 3) sorted by relevance
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 …]
692 __le64 tfc; member
49 struct target_fabric_configfs_template *tfc = &tf->tf_cit_tmpl; \50 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \