Lines Matching refs:spe
3862 struct eth_spe *spe; in bnx2x_sp_post() local
3889 spe = bnx2x_sp_get_next(bp); in bnx2x_sp_post()
3892 spe->hdr.conn_and_cmd_data = in bnx2x_sp_post()
3909 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post()
3911 spe->data.update_data_addr.hi = cpu_to_le32(data_hi); in bnx2x_sp_post()
3912 spe->data.update_data_addr.lo = cpu_to_le32(data_lo); in bnx2x_sp_post()
14531 struct eth_spe *spe; in bnx2x_cnic_sp_post() local
14595 spe = bnx2x_sp_get_next(bp); in bnx2x_cnic_sp_post()
14596 *spe = *bp->cnic_kwq_cons; in bnx2x_cnic_sp_post()
14632 struct eth_spe *spe = (struct eth_spe *)kwqes[i]; in bnx2x_cnic_sp_queue() local
14637 *bp->cnic_kwq_prod = *spe; in bnx2x_cnic_sp_queue()
14642 spe->hdr.conn_and_cmd_data, spe->hdr.type, in bnx2x_cnic_sp_queue()
14643 spe->data.update_data_addr.hi, in bnx2x_cnic_sp_queue()
14644 spe->data.update_data_addr.lo, in bnx2x_cnic_sp_queue()