Searched refs:sn (Results 1 - 25 of 156) sorted by last modified time

1234567

/linux-master/drivers/nvme/host/
H A Dcore.c2762 memcpy(subsys->subnqn + off, id->sn, sizeof(id->sn));
2763 off += sizeof(id->sn);
2877 memcpy(subsys->serial, id->sn, sizeof(subsys->serial));
/linux-master/net/wireless/
H A Dtrace.h1056 __field(u32, sn)
1069 __entry->sn = pinfo->sn;
1077 "filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u,"
1080 __entry->filled, __entry->frame_qlen, __entry->sn,
H A Dnl80211.c7724 nla_put_u32(msg, NL80211_MPATH_INFO_SN, pinfo->sn)) ||
/linux-master/net/mac80211/
H A Drx.c1445 u16 sn = ieee80211_get_sn(hdr); local
1455 ieee80211_sn_less_eq(sn, sdata->u.mgd.mcast_seq_last))
1458 sdata->u.mgd.mcast_seq_last = sn;
H A Dscan.c644 u16 sn = get_random_u16(); local
648 cpu_to_le16(IEEE80211_SN_TO_SEQ(sn));
H A Dmesh_pathtbl.c784 ++mpath->sn;
788 mpath->dst, mpath->sn,
1038 mpath->sn = 0xffff;
H A Dmesh.h80 * @sn: target sequence number
116 u32 sn; member in struct:mesh_path
H A Dieee80211_i.h742 u32 sn; member in struct:ieee80211_if_mesh
H A Dcfg.c2327 pinfo->sn = mpath->sn;
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1450 int indcount, sentcount, rv, sn; local
1465 sn = 0;
1467 sn = 1;
1468 spk_reset_index_count(sn);
1472 if (!say_sentence_num(sn, 0)) {
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4847 vmx->pi_desc.sn = 1;
/linux-master/net/ipv6/
H A Dip6_fib.c1419 struct fib6_node *sn; local
1431 * sn[new leaf node]
1446 sn = fib6_add_1(info->nl_net, table, sfn,
1451 if (IS_ERR(sn)) {
1457 err = PTR_ERR(sn);
1465 sn = fib6_add_1(info->nl_net, table, FIB6_SUBTREE(fn),
1470 if (IS_ERR(sn)) {
1471 err = PTR_ERR(sn);
1486 fn = sn;
/linux-master/net/bluetooth/
H A Diso.c508 hdr->sn = cpu_to_le16(conn->tx_sn++);
/linux-master/include/net/bluetooth/
H A Dhci.h2970 __le16 sn; member in struct:hci_iso_data_hdr
2977 __le16 sn; member in struct:hci_iso_ts_data_hdr
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_attr.c1095 uint32_t sn; local
1105 sn = ((ha->serial0 & 0x1f) << 16) | (ha->serial2 << 8) | ha->serial1;
1106 return scnprintf(buf, PAGE_SIZE, "%c%05d\n", 'A' + sn / 100000,
1107 sn % 100000);
/linux-master/include/net/
H A Dcfg80211.h2278 * @MPATH_INFO_SN: @sn filled
2306 * @sn: target sequence number
2322 u32 sn; member in struct:mpath_info
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c737 u16 nssn, sn; local
791 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >>
816 if (!buffer->num_stored && ieee80211_sn_less(sn, nssn)) {
825 * release immediately if there are no stored frames, and the sn is
832 if (!buffer->num_stored && sn == buffer->head_sn) {
842 index = sn % buffer->buf_size;
847 buffer->last_amsdu = sn;
/linux-master/net/hsr/
H A Dhsr_framereg.c41 struct hsr_self_node *sn; local
45 sn = rcu_dereference(hsr->self_node);
46 if (!sn) {
51 if (ether_addr_equal(addr, sn->macaddress_A) ||
52 ether_addr_equal(addr, sn->macaddress_B))
81 struct hsr_self_node *sn, *old; local
83 sn = kmalloc(sizeof(*sn), GFP_KERNEL);
84 if (!sn)
87 ether_addr_copy(sn
[all...]
/linux-master/net/sunrpc/
H A Dclnt.c85 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); local
87 spin_lock(&sn->rpc_client_lock);
88 list_add(&clnt->cl_clients, &sn->all_clients);
89 spin_unlock(&sn->rpc_client_lock);
95 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); local
97 spin_lock(&sn->rpc_client_lock);
99 spin_unlock(&sn->rpc_client_lock);
224 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); local
227 spin_lock(&sn->rpc_client_lock);
228 list_for_each_entry(clnt, &sn
3346 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); local
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c468 hw->vpd.sn, sizeof(hw->vpd.sn));
/linux-master/drivers/message/fusion/
H A Dmptfc.c1018 char *sn; local
1027 sn = fc_host_symbolic_name(sh);
1028 snprintf(sn, FC_SYMBOLIC_NAME_SIZE, "%s %s%08xh",
/linux-master/mm/
H A Dmempolicy.c2697 struct sp_node *sn; local
2702 sn = sp_lookup(sp, idx, idx+1);
2703 if (sn) {
2704 mpol_get(sn->policy);
2705 pol = sn->policy;
2948 struct sp_node *sn; local
2967 sn = sp_alloc(0, MAX_LFS_FILESIZE >> PAGE_SHIFT, npol);
2968 if (sn)
2969 sp_insert(sp, sn);
/linux-master/fs/nilfs2/
H A Dthe_nilfs.c768 __u64 *sn; local
773 for (sn = segnump; sn < segnump + nsegs; sn++) {
774 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end);
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c744 u64 sn[MLNX_MFG_VAL_QWORD_CNT(SN)] = { 0 }; local
751 memcpy(sn, buf, count);
757 sizeof(u64), sn[word], 0, 0, 0, 0, &res);
905 static DEVICE_ATTR_RW(sn);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c510 struct svm_notifier *sn = local
514 range->owner == sn->svmm->vmm->cli->drm->dev)
525 mutex_lock(&sn->svmm->mutex);
526 else if (!mutex_trylock(&sn->svmm->mutex))
529 mutex_unlock(&sn->svmm->mutex);

Completed in 589 milliseconds

1234567