Searched refs:new_phys_addr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cec-funcs.h | 86 __u16 new_phys_addr) in cec_msg_routing_change() 93 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change() 94 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change() 100 __u16 *new_phys_addr) in cec_ops_routing_change() 103 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_routing_change() 83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 98 cec_ops_routing_change(const struct cec_msg *msg, __u16 *orig_phys_addr, __u16 *new_phys_addr) cec_ops_routing_change() argument
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cec-funcs.h | 86 __u16 new_phys_addr) in cec_msg_routing_change() 93 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change() 94 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change() 100 __u16 *new_phys_addr) in cec_ops_routing_change() 103 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_routing_change() 83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 98 cec_ops_routing_change(const struct cec_msg *msg, __u16 *orig_phys_addr, __u16 *new_phys_addr) cec_ops_routing_change() argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cec-funcs.h | 70 __u16 new_phys_addr) in cec_msg_routing_change() 77 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change() 78 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change() 83 __u16 *new_phys_addr) in cec_ops_routing_change() 86 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_routing_change() 67 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 81 cec_ops_routing_change(const struct cec_msg *msg, __u16 *orig_phys_addr, __u16 *new_phys_addr) cec_ops_routing_change() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 144 dma_addr_t new_phys_addr; in qed_ll2b_complete_rx_packet() local 172 &new_phys_addr); in qed_ll2b_complete_rx_packet() 216 buffer->phys_addr = new_phys_addr; in qed_ll2b_complete_rx_packet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 170 dma_addr_t new_phys_addr; in qed_ll2b_complete_rx_packet() local 198 &new_phys_addr); in qed_ll2b_complete_rx_packet() 242 buffer->phys_addr = new_phys_addr; in qed_ll2b_complete_rx_packet()
|
Completed in 17 milliseconds