Lines Matching refs:spe
3858 struct eth_spe *spe; in bnx2x_sp_post() local
3885 spe = bnx2x_sp_get_next(bp); in bnx2x_sp_post()
3888 spe->hdr.conn_and_cmd_data = in bnx2x_sp_post()
3905 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post()
3907 spe->data.update_data_addr.hi = cpu_to_le32(data_hi); in bnx2x_sp_post()
3908 spe->data.update_data_addr.lo = cpu_to_le32(data_lo); in bnx2x_sp_post()
14396 struct eth_spe *spe; in bnx2x_cnic_sp_post() local
14460 spe = bnx2x_sp_get_next(bp); in bnx2x_cnic_sp_post()
14461 *spe = *bp->cnic_kwq_cons; in bnx2x_cnic_sp_post()
14497 struct eth_spe *spe = (struct eth_spe *)kwqes[i]; in bnx2x_cnic_sp_queue() local
14502 *bp->cnic_kwq_prod = *spe; in bnx2x_cnic_sp_queue()
14507 spe->hdr.conn_and_cmd_data, spe->hdr.type, in bnx2x_cnic_sp_queue()
14508 spe->data.update_data_addr.hi, in bnx2x_cnic_sp_queue()
14509 spe->data.update_data_addr.lo, in bnx2x_cnic_sp_queue()