Lines Matching refs:spe
3873 struct eth_spe *spe; in bnx2x_sp_post() local
3900 spe = bnx2x_sp_get_next(bp); in bnx2x_sp_post()
3903 spe->hdr.conn_and_cmd_data = in bnx2x_sp_post()
3920 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post()
3922 spe->data.update_data_addr.hi = cpu_to_le32(data_hi); in bnx2x_sp_post()
3923 spe->data.update_data_addr.lo = cpu_to_le32(data_lo); in bnx2x_sp_post()
14472 struct eth_spe *spe; in bnx2x_cnic_sp_post() local
14536 spe = bnx2x_sp_get_next(bp); in bnx2x_cnic_sp_post()
14537 *spe = *bp->cnic_kwq_cons; in bnx2x_cnic_sp_post()
14573 struct eth_spe *spe = (struct eth_spe *)kwqes[i]; in bnx2x_cnic_sp_queue() local
14578 *bp->cnic_kwq_prod = *spe; in bnx2x_cnic_sp_queue()
14583 spe->hdr.conn_and_cmd_data, spe->hdr.type, in bnx2x_cnic_sp_queue()
14584 spe->data.update_data_addr.hi, in bnx2x_cnic_sp_queue()
14585 spe->data.update_data_addr.lo, in bnx2x_cnic_sp_queue()