Lines Matching refs:spe
3836 struct eth_spe *spe; in bnx2x_sp_post() local
3863 spe = bnx2x_sp_get_next(bp); in bnx2x_sp_post()
3866 spe->hdr.conn_and_cmd_data = in bnx2x_sp_post()
3883 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post()
3885 spe->data.update_data_addr.hi = cpu_to_le32(data_hi); in bnx2x_sp_post()
3886 spe->data.update_data_addr.lo = cpu_to_le32(data_lo); in bnx2x_sp_post()
13973 struct eth_spe *spe; in bnx2x_cnic_sp_post() local
14037 spe = bnx2x_sp_get_next(bp); in bnx2x_cnic_sp_post()
14038 *spe = *bp->cnic_kwq_cons; in bnx2x_cnic_sp_post()
14074 struct eth_spe *spe = (struct eth_spe *)kwqes[i]; in bnx2x_cnic_sp_queue() local
14079 *bp->cnic_kwq_prod = *spe; in bnx2x_cnic_sp_queue()
14084 spe->hdr.conn_and_cmd_data, spe->hdr.type, in bnx2x_cnic_sp_queue()
14085 spe->data.update_data_addr.hi, in bnx2x_cnic_sp_queue()
14086 spe->data.update_data_addr.lo, in bnx2x_cnic_sp_queue()