Lines Matching defs:mpc
3925 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL;
4091 mpc = sw_rx_data->data;
4093 if (mpc == NULL) {
4094 QL_DPRINT7(ha, "[%d]: mpc = NULL\n", fp->rss_id);
4128 mpc->m_flags &= ~M_PKTHDR;
4129 mpc->m_next = NULL;
4130 mpc->m_len = cqe->ext_bd_len_list[i];
4133 mpf = mpl = mpc;
4136 mpl->m_next = mpc;
4137 mpl = mpc;
4235 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL;
4276 mpc = sw_rx_data->data;
4278 if (mpc == NULL) {
4279 QL_DPRINT7(ha, "[%d]: mpc = NULL\n", fp->rss_id);
4314 mpc->m_flags &= ~M_PKTHDR;
4315 mpc->m_next = NULL;
4316 mpc->m_len = cqe->len_list[i];
4319 mpf = mpl = mpc;
4322 mpl->m_next = mpc;
4323 mpl = mpc;
4351 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL;
4402 mpc = sw_rx_data->data;
4404 if (mpc == NULL) {
4405 QL_DPRINT7(ha, "[%d]: mpc = NULL\n", fp->rss_id);
4440 mpc->m_flags &= ~M_PKTHDR;
4441 mpc->m_next = NULL;
4442 mpc->m_len = cqe->len_list[i];
4445 mpf = mpl = mpc;
4448 mpl->m_next = mpc;
4449 mpl = mpc;