Searched refs:pulled_up_mp (Results 1 – 1 of 1) sorted by relevance
1423 mblk_t *original_mp = NULL, *pulled_up_mp = NULL; in qede_send_tx_packet() local1463 if ((pulled_up_mp = msgpullup(mp, -1)) != NULL) { in qede_send_tx_packet()1465 qede_info(qede, "New mp %p, ori %p", pulled_up_mp, mp); in qede_send_tx_packet()1471 mp = pulled_up_mp; in qede_send_tx_packet()1620 if (pulled_up_mp) { in qede_send_tx_packet()1622 freemsg(pulled_up_mp); in qede_send_tx_packet()1632 if (pulled_up_mp) { in qede_send_tx_packet()