Searched refs:ctcm_ccw_check_rc (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/net/ |
D | ctcm_fsms.c | 193 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) in ctcm_ccw_check_rc() function 321 ctcm_ccw_check_rc(ch, rc, "chained TX"); in chx_txdone() 428 ctcm_ccw_check_rc(ch, rc, "normal RX"); in chx_rx() 491 ctcm_ccw_check_rc(ch, rc, "init IO"); in chx_firstio() 539 ctcm_ccw_check_rc(ch, rc, "initial RX"); in chx_rxidle() 586 ctcm_ccw_check_rc(ch, rc, "set Mode"); in ctcm_chx_setmode() 649 ctcm_ccw_check_rc(ch, rc, "initial HaltIO"); in ctcm_chx_start() 689 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in ctcm_chx_haltio() 807 ctcm_ccw_check_rc(ch, rc, in ctcm_chx_setuperr() 865 ctcm_ccw_check_rc(ch, rc, "HaltIO in ctcm_chx_restart"); in ctcm_chx_restart() [all …]
|
D | ctcm_fsms.h | 162 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg);
|
D | ctcm_mpc.h | 232 void ctcm_ccw_check_rc(struct channel *, int, char *);
|
D | ctcm_main.c | 573 ctcm_ccw_check_rc(ch, rc, "single skb TX"); in ctcm_transmit_skb() 839 ctcm_ccw_check_rc(ch, rc, "single skb TX"); in ctcmpc_transmit_skb()
|
D | ctcm_mpc.c | 1559 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in mpc_action_send_discontact() 1836 ctcm_ccw_check_rc(ch, rc, in mpc_action_side_xid()
|