Searched refs:nsl (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 31 u16 nsl, nsh; in hellcreek_ptp_clock_read() local 47 nsl = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read() 49 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read() 102 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local 106 nsl = ts->tv_nsec & 0xffff; in hellcreek_ptp_settime() 119 hellcreek_ptp_write(hellcreek, nsl, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
|
D | hellcreek_hwtstamp.c | 202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local 208 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read() 210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
|
/linux-5.19.10/net/ceph/ |
D | osdmap.c | 2393 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local 2394 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg() 2398 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg() 2399 buf[nsl] = '\037'; in __ceph_object_locator_to_pg() 2400 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg() 2406 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
|