Searched refs:rxmsg (Results 1 – 5 of 5) sorted by relevance
320 struct hsi_msg *txmsg, *rxmsg; in cs_hsi_alloc_data() local323 rxmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data()324 if (!rxmsg) { in cs_hsi_alloc_data()328 rxmsg->channel = cs_char_data.channel_id_data; in cs_hsi_alloc_data()329 rxmsg->destructor = cs_hsi_data_destructor; in cs_hsi_alloc_data()330 rxmsg->context = hi; in cs_hsi_alloc_data()341 hi->data_rx_msg = rxmsg; in cs_hsi_alloc_data()347 hsi_free_msg(rxmsg); in cs_hsi_alloc_data()652 struct hsi_msg *rxmsg; in cs_hsi_read_on_data() local666 rxmsg = hi->data_rx_msg; in cs_hsi_read_on_data()[all …]
72 msg = &pf->rxmsg[idx]; in enetc_msg_alloc_mbx()99 msg = &pf->rxmsg[idx]; in enetc_msg_free_mbx()
39 struct enetc_msg_swbd rxmsg[ENETC_MAX_NUM_VFS]; member
635 struct enetc_msg_swbd *msg = &pf->rxmsg[vf_id]; in enetc_msg_pf_set_vf_primary_mac_addr()658 struct enetc_msg_swbd *msg = &pf->rxmsg[vf_id]; in enetc_msg_handle_rxmsg()
868 void *rxmsg = NULL; in riocm_ch_receive() local901 rxmsg = ch->rx_ring.buf[ch->rx_ring.tail]; in riocm_ch_receive()910 ch->rx_ring.inuse[i] = rxmsg; in riocm_ch_receive()919 kfree(rxmsg); in riocm_ch_receive()920 rxmsg = NULL; in riocm_ch_receive()925 *buf = rxmsg; in riocm_ch_receive()