Searched refs:rd1 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
H A D | dpc.c | 131 frame_size = le16_to_cpu(curr_rd->rd1.req_count) in vnt_receive_frame()
|
H A D | desc.h | 188 volatile struct vnt_rdes1 rd1; member
|
H A D | card.c | 501 pDesc->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx() 509 pDesc->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx()
|
H A D | device_main.c | 806 rd->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in device_alloc_rx_buf()
|
/kernel/linux/linux-6.6/drivers/staging/vt6655/ |
H A D | dpc.c | 129 frame_size = le16_to_cpu(curr_rd->rd1.req_count) in vnt_receive_frame()
|
H A D | desc.h | 186 volatile struct vnt_rdes1 rd1; member
|
H A D | card.c | 446 pDesc->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx() 454 pDesc->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx()
|
H A D | device_main.c | 873 rd->rd1.req_count = cpu_to_le16(priv->rx_buf_sz); in device_alloc_rx_buf()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | reg.c | 1330 static int reg_rules_intersect(const struct ieee80211_regdomain *rd1, in reg_rules_intersect() argument 1365 max_bandwidth1 = reg_get_max_bandwidth(rd1, rule1); in reg_rules_intersect() 1481 * @rd1: first regulatory domain 1489 * resulting intersection of rules between rd1 and rd2. We will 1493 regdom_intersect(const struct ieee80211_regdomain *rd1, in regdom_intersect() argument 1503 if (!rd1 || !rd2) in regdom_intersect() 1514 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect() 1515 rule1 = &rd1->reg_rules[x]; in regdom_intersect() 1518 if (!reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() 1531 for (x = 0; x < rd1 in regdom_intersect() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | reg.c | 1334 static int reg_rules_intersect(const struct ieee80211_regdomain *rd1, in reg_rules_intersect() argument 1369 max_bandwidth1 = reg_get_max_bandwidth(rd1, rule1); in reg_rules_intersect() 1485 * @rd1: first regulatory domain 1493 * resulting intersection of rules between rd1 and rd2. We will 1497 regdom_intersect(const struct ieee80211_regdomain *rd1, in regdom_intersect() argument 1507 if (!rd1 || !rd2) in regdom_intersect() 1518 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect() 1519 rule1 = &rd1->reg_rules[x]; in regdom_intersect() 1522 if (!reg_rules_intersect(rd1, rd2, rule1, rule2, in regdom_intersect() 1535 for (x = 0; x < rd1 in regdom_intersect() [all...] |
Completed in 17 milliseconds