Home
last modified time | relevance | path

Searched refs:c_stat (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/alpha/kernel/
Derr_ev6.c42 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
81 c_stat ? "" : "speculative "); in ev6_parse_mbox()
90 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() argument
129 if (!(c_stat & EV6__C_STAT__ERRMASK)) in ev6_parse_cbox()
135 source = EXTRACT(c_stat, EV6__C_STAT__SOURCE); in ev6_parse_cbox()
136 stream = EXTRACT(c_stat, EV6__C_STAT__ISTREAM); in ev6_parse_cbox()
137 bits = EXTRACT(c_stat, EV6__C_STAT__DOUBLE); in ev6_parse_cbox()
139 if (c_stat & EV6__C_STAT__BC_PERR) { in ev6_parse_cbox()
144 if (c_stat & EV6__C_STAT__DC_PERR) { in ev6_parse_cbox()
149 if (c_stat == EV6__C_STAT__PROBE_BC_ERR0 || in ev6_parse_cbox()
[all …]
Derr_marvel.c1036 (lf_subpackets->ev7->c_stat == 0x14) && in marvel_process_logout_frame()
/linux-4.1.27/drivers/net/ethernet/ti/
Dtlan.c1081 if (tail_list->c_stat != TLAN_CSTAT_UNUSED) { in tlan_start_tx()
1103 tail_list->c_stat = TLAN_CSTAT_READY; in tlan_start_tx()
1383 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP) in tlan_handle_tx_eof()
1401 head_list->c_stat = TLAN_CSTAT_UNUSED; in tlan_handle_tx_eof()
1418 if ((head_list->c_stat & TLAN_CSTAT_READY) in tlan_handle_tx_eof()
1519 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP) in tlan_handle_rx_eof()
1551 head_list->c_stat = 0; in tlan_handle_rx_eof()
1663 if ((head_list->c_stat & TLAN_CSTAT_READY) in tlan_handle_tx_eoc()
1930 list->c_stat = TLAN_CSTAT_UNUSED; in tlan_reset_lists()
1943 list->c_stat = TLAN_CSTAT_READY; in tlan_reset_lists()
[all …]
Dtlan.h144 u16 c_stat; member
/linux-4.1.27/arch/alpha/include/asm/
Derr_ev7.h28 u64 c_stat; member