Searched refs:rsn (Results 1 – 10 of 10) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_llc.h | 75 u32 rsn) in smc_llc_set_termination_rsn() argument 78 lgr->llc_termination_rsn = rsn; in smc_llc_set_termination_rsn() 113 u32 rsn);
|
| H A D | smc_core.c | 1546 u32 rsn = lgr->llc_termination_rsn; in smc_lgr_cleanup() local 1548 if (!rsn) in smc_lgr_cleanup() 1549 rsn = SMC_LLC_DEL_PROG_INIT_TERM; in smc_lgr_cleanup() 1550 smc_llc_send_link_delete_all(lgr, false, rsn); in smc_lgr_cleanup()
|
| H A D | smc_llc.c | 1652 void smc_llc_send_link_delete_all(struct smc_link_group *lgr, bool ord, u32 rsn) in smc_llc_send_link_delete_all() argument 1662 delllc.reason = htonl(rsn); in smc_llc_send_link_delete_all()
|
| /linux/drivers/net/ethernet/toshiba/ |
| H A D | ps3_gelic_wireless.c | 399 int rsn; in gelic_wl_synthesize_ie() local 405 rsn = 0; in gelic_wl_synthesize_ie() 408 rsn = 1; in gelic_wl_synthesize_ie() 423 if (rsn) { in gelic_wl_synthesize_ie() 434 if (rsn) in gelic_wl_synthesize_ie() 440 if (rsn) in gelic_wl_synthesize_ie() 449 if (!rsn) { in gelic_wl_synthesize_ie() 507 struct ie_item rsn; member 540 ie_info->rsn.data = pos - 2; in gelic_wl_parse_ie() 542 ie_info->rsn.len = item_len + 2; in gelic_wl_parse_ie() [all …]
|
| /linux/drivers/tty/ |
| H A D | moxa.c | 863 char rsn[64]; in moxa_load_fw() local 880 strcpy(rsn, "too short (even header won't fit)"); in moxa_load_fw() 884 sprintf(rsn, "bad magic: %.8x", le32_to_cpu(hdr->magic)); in moxa_load_fw() 888 sprintf(rsn, "not for linux, type is %u", hdr->type); in moxa_load_fw() 892 sprintf(rsn, "not for this card, model is %u", hdr->model); in moxa_load_fw() 905 sprintf(rsn, "too few entries in fw file"); in moxa_load_fw() 912 sprintf(rsn, "bad length: %u (should be %u)", (u32)fw->size, in moxa_load_fw() 920 strcpy(rsn, "read above"); in moxa_load_fw() 945 printk(KERN_ERR "firmware failed to load, reason: %s\n", rsn); in moxa_load_fw()
|
| /linux/include/linux/ |
| H A D | nvme-fc.h | 76 __be32 rsn; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | debugfs.c | 506 int rsn, char **field, int nfile, void *data) in add_res_tree() argument 519 sprintf(resn, "0x%x", rsn); in add_res_tree()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 200 | |rsn=N |Number of skipped resize requests |
|
| /linux/net/mac80211/ |
| H A D | mesh.c | 1492 (elems->rsn && sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) || in ieee80211_mesh_rx_bcn_presp() 1493 (!elems->rsn && sdata->u.mesh.security != IEEE80211_MESH_SEC_NONE)) in ieee80211_mesh_rx_bcn_presp()
|
| H A D | parse.c | 465 elems->rsn = pos; in _ieee802_11_parse_elems_full()
|