Searched refs:dw3 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 55 __dw dw3; member 589 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl() 597 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl() 598 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl() 601 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl() 603 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl() 606 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl() 608 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl() 992 if (ptd->dw3 & DW3_HALT_BIT) { in check_int_transfer() 1031 if (ptd->dw3 & DW3_HALT_BIT) { in check_atl_transfer() [all …]
|
/linux-4.4.14/include/linux/ |
D | aer.h | 22 unsigned int dw3; member
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv_errprint.c | 136 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
|
D | aerdrv_core.c | 687 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in get_device_error_info()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9119 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 9141 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected() 9158 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|