Home
last modified time | relevance | path

Searched refs:nsl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/dsa/hirschmann/
A Dhellcreek_ptp.c31 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()
A Dhellcreek_hwtstamp.c206 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
212 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
214 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
/linux/net/ceph/
A Dosdmap.c2393 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()

Completed in 10 milliseconds