Lines Matching refs:tbd
1854 void ql_dump_tx_desc(struct tx_buf_desc *tbd) in ql_dump_tx_desc() argument
1857 le64_to_cpu((u64) tbd->addr)); in ql_dump_tx_desc()
1859 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc()
1861 tbd->len & TX_DESC_C ? "C" : ".", in ql_dump_tx_desc()
1862 tbd->len & TX_DESC_E ? "E" : "."); in ql_dump_tx_desc()
1863 tbd++; in ql_dump_tx_desc()
1865 le64_to_cpu((u64) tbd->addr)); in ql_dump_tx_desc()
1867 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc()
1869 tbd->len & TX_DESC_C ? "C" : ".", in ql_dump_tx_desc()
1870 tbd->len & TX_DESC_E ? "E" : "."); in ql_dump_tx_desc()
1871 tbd++; in ql_dump_tx_desc()
1873 le64_to_cpu((u64) tbd->addr)); in ql_dump_tx_desc()
1875 le32_to_cpu(tbd->len & TX_DESC_LEN_MASK)); in ql_dump_tx_desc()
1877 tbd->len & TX_DESC_C ? "C" : ".", in ql_dump_tx_desc()
1878 tbd->len & TX_DESC_E ? "E" : "."); in ql_dump_tx_desc()
1886 struct tx_buf_desc *tbd; in ql_dump_ob_mac_iocb() local
1924 tbd = &ob_mac_iocb->tbd[0]; in ql_dump_ob_mac_iocb()
1925 ql_dump_tx_desc(tbd); in ql_dump_ob_mac_iocb()