Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/kernel/
Derr_ev6.c43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
82 c_stat ? "" : "speculative "); in ev6_parse_mbox()
91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() argument
130 if (!(c_stat & EV6__C_STAT__ERRMASK)) in ev6_parse_cbox()
136 source = EXTRACT(c_stat, EV6__C_STAT__SOURCE); in ev6_parse_cbox()
137 stream = EXTRACT(c_stat, EV6__C_STAT__ISTREAM); in ev6_parse_cbox()
138 bits = EXTRACT(c_stat, EV6__C_STAT__DOUBLE); in ev6_parse_cbox()
140 if (c_stat & EV6__C_STAT__BC_PERR) { in ev6_parse_cbox()
145 if (c_stat & EV6__C_STAT__DC_PERR) { in ev6_parse_cbox()
150 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-3.4.99/drivers/net/ethernet/ti/
Dtlan.c1039 if (tail_list->c_stat != TLAN_CSTAT_UNUSED) { in tlan_start_tx()
1061 tail_list->c_stat = TLAN_CSTAT_READY; in tlan_start_tx()
1344 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP) in tlan_handle_tx_eof()
1362 head_list->c_stat = TLAN_CSTAT_UNUSED; in tlan_handle_tx_eof()
1379 if ((head_list->c_stat & TLAN_CSTAT_READY) in tlan_handle_tx_eof()
1480 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP) in tlan_handle_rx_eof()
1512 head_list->c_stat = 0; in tlan_handle_rx_eof()
1624 if ((head_list->c_stat & TLAN_CSTAT_READY) in tlan_handle_tx_eoc()
1898 list->c_stat = TLAN_CSTAT_UNUSED; in tlan_reset_lists()
1911 list->c_stat = TLAN_CSTAT_READY; in tlan_reset_lists()
[all …]
Dtlan.h144 u16 c_stat; member
/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c505.h175 c_stat, member
D3c505.c801 switch (adapter->irx_pcb.data.xmit_resp.c_stat) { in elp_interrupt()
/linux-3.4.99/arch/alpha/include/asm/
Derr_ev7.h28 u64 c_stat; member