Lines Matching refs:next
2432 union sub_crq *next;
2452 next = ibmvnic_next_scrq(adapter, adapter->rx_scrq[scrq_num]);
2454 (struct ibmvnic_rx_buff *)be64_to_cpu(next->
2457 if (next->rx_comp.rc) {
2459 be16_to_cpu(next->rx_comp.rc));
2461 next->rx_comp.first = 0;
2467 next->rx_comp.first = 0;
2472 length = be32_to_cpu(next->rx_comp.len);
2473 offset = be16_to_cpu(next->rx_comp.off_frame_data);
2474 flags = next->rx_comp.flags;
2487 ntohs(next->rx_comp.vlan_tci));
2490 next->rx_comp.first = 0;
3093 union sub_crq *next;
3109 next = ibmvnic_next_scrq(adapter, scrq);
3110 for (i = 0; i < next->tx_comp.num_comps; i++) {
3111 if (next->tx_comp.rcs[i])
3113 next->tx_comp.rcs[i]);
3114 index = be32_to_cpu(next->tx_comp.correlators[i]);
3144 next->tx_comp.first = 0;
3362 * receives a response to all of these, it will send the next protocol
3937 * can send out the next protocol messaage (REQUEST_CAPABILITY).