Home
last modified time | relevance | path

Searched refs:sn (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_uv.c76 part_uv = &xpc_partitions[partid].sn.uv; in xpc_setup_partitions_uv()
93 part_uv = &xpc_partitions[partid].sn.uv; in xpc_teardown_partitions_uv()
382 if (part->sn.uv.act_state_req == 0) in xpc_process_activate_IRQ_rcvd_uv()
388 act_state_req = part->sn.uv.act_state_req; in xpc_process_activate_IRQ_rcvd_uv()
389 part->sn.uv.act_state_req = 0; in xpc_process_activate_IRQ_rcvd_uv()
405 XPC_DEACTIVATE_PARTITION(part, part->sn.uv.reason); in xpc_process_activate_IRQ_rcvd_uv()
426 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_handle_activate_mq_msg_uv()
676 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_send_activate_IRQ_uv()
761 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_send_local_activate_IRQ_uv()
815 &xpc_partitions[sn_partition_id].sn.uv.cached_heartbeat; in xpc_setup_rsvd_page_uv()
[all …]
Dxpc_sn2.c273 chctl.all_flags = xpc_receive_IRQ_amo_sn2(part->sn.sn2. in xpc_check_for_sent_chctl_flags_sn2()
329 from_timer(part, t, sn.sn2.dropped_notify_IRQ_timer); in xpc_check_for_dropped_notify_IRQ_sn2()
349 struct xpc_partition_sn2 *part_sn2 = &part->sn.sn2; in xpc_send_notify_IRQ_sn2()
388 FETCHOP_STORE_OP(TO_AMO((u64)&part->sn.sn2.local_chctl_amo_va-> in xpc_send_local_notify_IRQ_sn2()
401 struct xpc_openclose_args *args = ch->sn.sn2.local_openclose_args; in xpc_send_chctl_closerequest_sn2()
416 struct xpc_openclose_args *args = ch->sn.sn2.local_openclose_args; in xpc_send_chctl_openrequest_sn2()
426 struct xpc_openclose_args *args = ch->sn.sn2.local_openclose_args; in xpc_send_chctl_openreply_sn2()
430 args->local_msgqueue_pa = xp_pa(ch->sn.sn2.local_msgqueue); in xpc_send_chctl_openreply_sn2()
457 ch->sn.sn2.remote_msgqueue_pa = msgqueue_pa; in xpc_save_remote_msgqueue_pa_sn2()
470 struct amo *amo = (struct amo *)__va(part->sn.sn2.remote_amos_page_pa + in xpc_indicate_partition_engaged_sn2()
[all …]
Dxpc.h102 } sn; member
584 } sn; member
779 } sn; member
/linux-4.19.296/crypto/
Dtwofish_common.c514 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
593 u8 si = 0, sj = 0, sk = 0, sl = 0, sm = 0, sn = 0, so = 0, sp = 0; in __twofish_setkey() local
640 CALC_S (sm, sn, so, sp, 24, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */ in __twofish_setkey()
641 CALC_S (sm, sn, so, sp, 25, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */ in __twofish_setkey()
642 CALC_S (sm, sn, so, sp, 26, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */ in __twofish_setkey()
643 CALC_S (sm, sn, so, sp, 27, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */ in __twofish_setkey()
644 CALC_S (sm, sn, so, sp, 28, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */ in __twofish_setkey()
645 CALC_S (sm, sn, so, sp, 29, 0x96, 0x3C, 0x5B, 0xED); /* 58 C6 AE DB */ in __twofish_setkey()
646 CALC_S (sm, sn, so, sp, 30, 0xED, 0x37, 0x4F, 0xE0); /* DB 68 3D 9E */ in __twofish_setkey()
647 CALC_S (sm, sn, so, sp, 31, 0xE0, 0xD0, 0x8C, 0x17); /* 9E E5 19 03 */ in __twofish_setkey()
/linux-4.19.296/include/linux/mlx4/
Dcq.h147 u32 sn; in mlx4_cq_arm() local
150 sn = cq->arm_sn & 3; in mlx4_cq_arm()
153 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx4_cq_arm()
161 doorbell[0] = cpu_to_be32(sn << 28 | cmd | cq->cqn); in mlx4_cq_arm()
/linux-4.19.296/include/linux/mlx5/
Dcq.h156 u32 sn; in mlx5_cq_arm() local
159 sn = cq->arm_sn & 3; in mlx5_cq_arm()
162 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
169 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
/linux-4.19.296/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.h50 int ms_sensors_read_serial(struct i2c_client *client, u64 *sn);
Dms_sensors_i2c.c186 int ms_sensors_read_serial(struct i2c_client *client, u64 *sn) in ms_sensors_read_serial() argument
225 *sn = (((rcv_val >> 32) & 0xFF000000) | in ms_sensors_read_serial()
248 *sn |= (rcv_val & 0xFFFF00) << 40 | (rcv_val >> 32); in ms_sensors_read_serial()
/linux-4.19.296/drivers/iio/magnetometer/
Dak8974.c473 u16 sn; in ak8974_detect() local
490 ret = ak8974_get_u16_val(ak8974, AMI305_SN, &sn); in ak8974_detect()
493 add_device_randomness(&sn, sizeof(sn)); in ak8974_detect()
496 name, fw, sn); in ak8974_detect()
/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.c736 __u64 *sn; in nilfs_discard_segments() local
741 for (sn = segnump; sn < segnump + nsegs; sn++) { in nilfs_discard_segments()
742 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments()
/linux-4.19.296/include/net/
Dllc_pdu.h148 #define PDU_GET_NEXT_Vr(sn) (((sn) + 1) & ~LLC_2_SEQ_NBR_MODULO) argument
Dcfg80211.h1435 u32 sn; member
/linux-4.19.296/include/net/sctp/
Dsm.h277 __u32 result, __u32 sn);
279 __u32 result, __u32 sn,
/linux-4.19.296/fs/fscache/
Dobject.c45 #define WORK_STATE(n, sn, f) \ argument
48 .short_name = sn, \
66 #define WAIT_STATE(n, sn, ...) \ argument
69 .short_name = sn, \
/linux-4.19.296/drivers/
DMakefile135 obj-$(CONFIG_SGI_SN) += sn/
/linux-4.19.296/drivers/message/fusion/
Dmptfc.c984 char *sn; in mptfc_init_host_attr() local
993 sn = fc_host_symbolic_name(sh); in mptfc_init_host_attr()
994 snprintf(sn, FC_SYMBOLIC_NAME_SIZE, "%s %s%08xh", in mptfc_init_host_attr()
/linux-4.19.296/include/scsi/
Dscsi_transport_iscsi.h94 uint32_t sn);
/linux-4.19.296/include/linux/
Dnvme.h204 char sn[20]; member
Dieee80211.h137 static inline u16 ieee80211_sn_inc(u16 sn) in ieee80211_sn_inc() argument
139 return ieee80211_sn_add(sn, 1); in ieee80211_sn_inc()