Searched refs:ctcm_ccw_check_rc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_fsms.c | 190 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) in ctcm_ccw_check_rc() function 316 ctcm_ccw_check_rc(ch, rc, "chained TX"); in chx_txdone() 422 ctcm_ccw_check_rc(ch, rc, "normal RX"); in chx_rx() 485 ctcm_ccw_check_rc(ch, rc, "init IO"); in chx_firstio() 533 ctcm_ccw_check_rc(ch, rc, "initial RX"); in chx_rxidle() 580 ctcm_ccw_check_rc(ch, rc, "set Mode"); in ctcm_chx_setmode() 644 ctcm_ccw_check_rc(ch, rc, "initial HaltIO"); in ctcm_chx_start() 684 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in ctcm_chx_haltio() 803 ctcm_ccw_check_rc(ch, rc, in ctcm_chx_setuperr() 861 ctcm_ccw_check_rc(ch, rc, "HaltIO in ctcm_chx_restart"); in ctcm_chx_restart() [all …]
|
D | ctcm_fsms.h | 159 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg);
|
D | ctcm_mpc.h | 231 void ctcm_ccw_check_rc(struct channel *, int, char *);
|
D | ctcm_main.c | 578 ctcm_ccw_check_rc(ch, rc, "single skb TX"); in ctcm_transmit_skb() 842 ctcm_ccw_check_rc(ch, rc, "single skb TX"); in ctcmpc_transmit_skb()
|
D | ctcm_mpc.c | 1532 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in mpc_action_send_discontact() 1809 ctcm_ccw_check_rc(ch, rc, in mpc_action_side_xid()
|