Searched refs:ctcm_ccw_check_rc (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/s390/net/ |
D | ctcm_fsms.c | 191 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() 421 ctcm_ccw_check_rc(ch, rc, "normal RX"); in chx_rx() 483 ctcm_ccw_check_rc(ch, rc, "init IO"); in chx_firstio() 530 ctcm_ccw_check_rc(ch, rc, "initial RX"); in chx_rxidle() 576 ctcm_ccw_check_rc(ch, rc, "set Mode"); in ctcm_chx_setmode() 640 ctcm_ccw_check_rc(ch, rc, "initial HaltIO"); in ctcm_chx_start() 680 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in ctcm_chx_haltio() 799 ctcm_ccw_check_rc(ch, rc, in ctcm_chx_setuperr() 857 ctcm_ccw_check_rc(ch, rc, "HaltIO in ctcm_chx_restart"); in ctcm_chx_restart() [all …]
|
D | ctcm_fsms.h | 160 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() 801 ctcm_ccw_check_rc(ch, rc, "single skb TX"); in ctcmpc_transmit_skb()
|
D | ctcm_mpc.c | 1514 ctcm_ccw_check_rc(ch, rc, (char *)__func__); in mpc_action_send_discontact() 1789 ctcm_ccw_check_rc(ch, rc, in mpc_action_side_xid()
|