Lines Matching refs:msg_len
124 u16 msg_len; member
214 if (idev->msg_len > 0) { in mchp_corei2c_empty_rx()
216 idev->msg_len--; in mchp_corei2c_empty_rx()
219 if (idev->msg_len <= 1) { in mchp_corei2c_empty_rx()
228 if (idev->msg_len > 0) in mchp_corei2c_fill_tx()
230 idev->msg_len--; in mchp_corei2c_fill_tx()
266 idev->msg_len = this_msg->len; in mchp_corei2c_next_msg()
299 if (idev->msg_len > 0) { in mchp_corei2c_handle_isr()
316 if (idev->msg_len == 1u) { in mchp_corei2c_handle_isr()
323 if (idev->msg_len < 1u) in mchp_corei2c_handle_isr()
331 if (idev->msg_len == 0) in mchp_corei2c_handle_isr()
391 idev->msg_len = this_msg->len; in mchp_corei2c_xfer()