Lines Matching refs:lsi
135 struct lsi_umts lsi;
155 struct lsi_umts lsi;
359 struct lsi_umts *lsi = (struct lsi_umts *)data;
369 if (lsi->session_state == SIERRA_NET_SESSION_IDLE) {
371 lsi->session_state);
376 if (lsi->protocol == SIERRA_NET_PROTOCOL_UMTS) {
377 struct lsi_umts_single *single = (struct lsi_umts_single *)lsi;
387 } else if (lsi->protocol == SIERRA_NET_PROTOCOL_UMTS_DS) {
391 lsi->protocol);
395 if (be16_to_cpu(lsi->length) != expected_length) {
397 __func__, be16_to_cpu(lsi->length), expected_length);
402 if (lsi->coverage == SIERRA_NET_COVERAGE_NONE ||
403 lsi->coverage == SIERRA_NET_COVERAGE_NOPACKET) {
404 netdev_err(dev->net, "No coverage, 0x%02x\n", lsi->coverage);